]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
“Load last map at startup” wording
authorThomas Debesse <dev@illwieckz.net>
Sat, 5 May 2018 17:37:26 +0000 (19:37 +0200)
committerThomas Debesse <dev@illwieckz.net>
Tue, 2 Oct 2018 23:43:43 +0000 (01:43 +0200)
radiant/map.cpp

index 6635265417918242bdac1c47494e54b3568f8a56..d83f42cdbc512d0385680934214122b5a97d393f 100644 (file)
@@ -2297,7 +2297,7 @@ void DoFind()
 
 void Map_constructPreferences(PreferencesPage &page)
 {
 
 void Map_constructPreferences(PreferencesPage &page)
 {
-    page.appendCheckBox("", "Load last map on open", g_bLoadLastMap);
+    page.appendCheckBox("", "Load last map at startup", g_bLoadLastMap);
     page.appendCheckBox("", "Add entity and brush number comments on map write", g_writeMapComments);
 }
 
     page.appendCheckBox("", "Add entity and brush number comments on map write", g_writeMapComments);
 }