summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-11-01 19:46:06 +0100
committerkrzys-h <krzys_h@interia.pl>2014-11-01 19:46:06 +0100
commit750f0f08105fef627b0f1fb6bc8e79c7a692068e (patch)
treeae45e84795b5ac67bbbb9a442d5da1d21ae9414d /src
parentd4a08024db652b4c87de91838a1d0085ff029209 (diff)
downloadcolobot-750f0f08105fef627b0f1fb6bc8e79c7a692068e.tar.gz
colobot-750f0f08105fef627b0f1fb6bc8e79c7a692068e.tar.bz2
colobot-750f0f08105fef627b0f1fb6bc8e79c7a692068e.zip
COLOBOT: Gold Edition -> Colobot: Gold Edition
Diffstat (limited to 'src')
-rw-r--r--src/app/app.cpp2
-rw-r--r--src/common/restext.cpp14
2 files changed, 8 insertions, 8 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 93fb554..6f33389 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -116,7 +116,7 @@ CApplication::CApplication()
m_debugModes = 0;
m_restart = false;
- m_windowTitle = "COLOBOT: Gold Edition";
+ m_windowTitle = "Colobot: Gold Edition";
m_simulationSuspended = false;
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index 95e015c..66e3606 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -65,8 +65,8 @@ void InitializeRestext()
stringsText[RT_IO_NEW] = TR("New ...");
stringsText[RT_KEY_OR] = TR(" or ");
- stringsText[RT_TITLE_BASE] = TR("COLOBOT");
- stringsText[RT_TITLE_INIT] = TR("COLOBOT: Gold Edition");
+ stringsText[RT_TITLE_BASE] = TR("Colobot: Gold Edition");
+ stringsText[RT_TITLE_INIT] = TR("Colobot: Gold Edition");
stringsText[RT_TITLE_TRAINER] = TR("Programming exercises");
stringsText[RT_TITLE_DEFI] = TR("Challenges");
stringsText[RT_TITLE_MISSION] = TR("Missions");
@@ -102,9 +102,9 @@ void InitializeRestext()
stringsText[RT_PERSO_COMBI] = TR("Suit color:");
stringsText[RT_PERSO_BAND] = TR("Strip color:");
- stringsText[RT_DIALOG_QUIT] = TR("Do you want to quit COLOBOT ?");
- stringsText[RT_DIALOG_TITLE] = TR("COLOBOT");
- stringsText[RT_DIALOG_YESQUIT] = TR("Quit\\Quit COLOBOT");
+ stringsText[RT_DIALOG_QUIT] = TR("Do you want to quit Colobot: Gold Edition?");
+ stringsText[RT_DIALOG_TITLE] = TR("Colobot: Gold Edition");
+ stringsText[RT_DIALOG_YESQUIT] = TR("Quit\\Quit Colobot: Gold Edition");
stringsText[RT_DIALOG_ABORT] = TR("Quit the mission?");
stringsText[RT_DIALOG_YES] = TR("Abort\\Abort the current mission");
stringsText[RT_DIALOG_NO] = TR("Continue\\Continue the current mission");
@@ -163,8 +163,8 @@ void InitializeRestext()
stringsEvent[EVENT_INTERFACE_AGAIN] = TR("Restart\\Restart the mission from the beginning");
stringsEvent[EVENT_INTERFACE_WRITE] = TR("Save\\Save the current mission ");
stringsEvent[EVENT_INTERFACE_READ] = TR("Load\\Load a saved mission");
- stringsEvent[EVENT_INTERFACE_ABORT] = TR("\\Return to COLOBOT");
- stringsEvent[EVENT_INTERFACE_QUIT] = TR("Quit\\Quit COLOBOT");
+ stringsEvent[EVENT_INTERFACE_ABORT] = TR("\\Return to Colobot: Gold Edition");
+ stringsEvent[EVENT_INTERFACE_QUIT] = TR("Quit\\Quit Colobot: Gold Edition");
stringsEvent[EVENT_INTERFACE_BACK] = TR("<< Back \\Back to the previous screen");
stringsEvent[EVENT_INTERFACE_PLAY] = TR("Play\\Start mission!");
stringsEvent[EVENT_INTERFACE_SETUPd] = TR("Device\\Driver and resolution settings");