summaryrefslogtreecommitdiffstats
path: root/src/common/restext.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-07-10 17:39:45 +0200
committerkrzys-h <krzys_h@interia.pl>2014-07-10 17:39:45 +0200
commit9a6c06665cc35f22b2e0400897b91fd65d0bdee5 (patch)
tree5f98416199ba89e5925cd97e77b5d4df1cdd8b77 /src/common/restext.cpp
parentc22e55b99a38d405fb79184106261229bd2d1855 (diff)
downloadcolobot-9a6c06665cc35f22b2e0400897b91fd65d0bdee5.tar.gz
colobot-9a6c06665cc35f22b2e0400897b91fd65d0bdee5.tar.bz2
colobot-9a6c06665cc35f22b2e0400897b91fd65d0bdee5.zip
Removed some old stuff related to Ceebot-Teen
Diffstat (limited to 'src/common/restext.cpp')
-rw-r--r--src/common/restext.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/restext.cpp b/src/common/restext.cpp
index 37b1e9c..2248f2b 100644
--- a/src/common/restext.cpp
+++ b/src/common/restext.cpp
@@ -61,7 +61,6 @@ void InitializeRestext()
stringsText[RT_TITLE_DEFI] = "Challenges";
stringsText[RT_TITLE_MISSION] = "Missions";
stringsText[RT_TITLE_FREE] = "Free game";
- stringsText[RT_TITLE_TEEN] = "Free game";
stringsText[RT_TITLE_USER] = "User levels";
stringsText[RT_TITLE_SETUP] = "Options";
stringsText[RT_TITLE_NAME] = "Player's name";
@@ -80,7 +79,6 @@ void InitializeRestext()
stringsText[RT_PLAY_LISTm] = " Missions on this planet:";
stringsText[RT_PLAY_LISTf] = " Free game on this planet:";
stringsText[RT_PLAY_LISTu] = " Missions on this level:";
- stringsText[RT_PLAY_LISTk] = " Free game on this chapter:";
stringsText[RT_PLAY_RESUME] = " Summary:";
stringsText[RT_SETUP_DEVICE] = " Drivers:";
@@ -149,7 +147,6 @@ void InitializeRestext()
stringsEvent[EVENT_INTERFACE_DEFI] = "Challenges\\Programming challenges";
stringsEvent[EVENT_INTERFACE_MISSION] = "Missions\\Select mission";
stringsEvent[EVENT_INTERFACE_FREE] = "Free game\\Free game without a specific goal";
- stringsEvent[EVENT_INTERFACE_TEEN] = "Free game\\Free game without a specific goal";
stringsEvent[EVENT_INTERFACE_USER] = "User\\User levels";
stringsEvent[EVENT_INTERFACE_NAME] = "Change player\\Change player";
stringsEvent[EVENT_INTERFACE_SETUP] = "Options\\Preferences";