summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-12-26 19:48:44 +0100
committerkrzys-h <krzys_h@interia.pl>2013-12-26 19:48:44 +0100
commit3eec21895efe3812758d022233fd817faf1529c1 (patch)
treeec4f91c5de6365ec2bface071dcf54414740c775 /src/common
parent8b121910c1f762cb83f438c9595ba98f6b4cbc2e (diff)
downloadcolobot-3eec21895efe3812758d022233fd817faf1529c1.tar.gz
colobot-3eec21895efe3812758d022233fd817faf1529c1.tar.bz2
colobot-3eec21895efe3812758d022233fd817faf1529c1.zip
Renamed "New player" to "Change player" (#220)
Diffstat (limited to 'src/common')
-rw-r--r--src/common/restext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index c5d0ceb..a63c4ca 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -156,7 +156,7 @@ void InitializeRestext()
stringsEvent[EVENT_INTERFACE_TEEN] = "Free game\\Free game without a specific goal";
stringsEvent[EVENT_INTERFACE_USER] = "User\\User levels";
stringsEvent[EVENT_INTERFACE_PROTO] = "Proto\\Prototypes under development";
- stringsEvent[EVENT_INTERFACE_NAME] = "New player\\Choose player's name";
+ stringsEvent[EVENT_INTERFACE_NAME] = "Change player\\Change player";
stringsEvent[EVENT_INTERFACE_SETUP] = "Options\\Preferences";
stringsEvent[EVENT_INTERFACE_AGAIN] = "Restart\\Restart the mission from the beginning";
stringsEvent[EVENT_INTERFACE_WRITE] = "Save\\Save the current mission ";