aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-09-13 12:50:26 +0000
committerJordi Vilalta Prat2010-09-13 12:50:26 +0000
commitbfbb69f77e2ca2656a7beab2cdc58368d88c92a6 (patch)
tree007a9b5b1a75fbbc13306e0b6d041893e2934ac9 /gui
parentc6afdbdca393fff7eb18782270587fe323369ef4 (diff)
downloadscummvm-rg350-bfbb69f77e2ca2656a7beab2cdc58368d88c92a6.tar.gz
scummvm-rg350-bfbb69f77e2ca2656a7beab2cdc58368d88c92a6.tar.bz2
scummvm-rg350-bfbb69f77e2ca2656a7beab2cdc58368d88c92a6.zip
I18N: Unified messages by removing whitespaces.
svn-id: r52700
Diffstat (limited to 'gui')
-rw-r--r--gui/options.cpp4
-rw-r--r--gui/themes/translations.datbin75496 -> 75306 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 970aa28155..f609413642 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -982,9 +982,9 @@ GlobalOptionsDialog::GlobalOptionsDialog()
// Save game path
if (g_system->getOverlayWidth() > 320)
- new ButtonWidget(tab, "GlobalOptions_Paths.SaveButton", _("Save Path: "), _("Specifies where your savegames are put"), kChooseSaveDirCmd);
+ new ButtonWidget(tab, "GlobalOptions_Paths.SaveButton", _("Save Path:"), _("Specifies where your savegames are put"), kChooseSaveDirCmd);
else
- new ButtonWidget(tab, "GlobalOptions_Paths.SaveButton", _c("Save Path: ", "lowres"), _("Specifies where your savegames are put"), kChooseSaveDirCmd);
+ new ButtonWidget(tab, "GlobalOptions_Paths.SaveButton", _c("Save Path:", "lowres"), _("Specifies where your savegames are put"), kChooseSaveDirCmd);
_savePath = new StaticTextWidget(tab, "GlobalOptions_Paths.SavePath", "/foo/bar", _("Specifies where your savegames are put"));
if (g_system->getOverlayWidth() > 320)
diff --git a/gui/themes/translations.dat b/gui/themes/translations.dat
index ba1ecf22b8..39057498c5 100644
--- a/gui/themes/translations.dat
+++ b/gui/themes/translations.dat
Binary files differ