diff options
author | Jordi Vilalta Prat | 2010-09-13 12:50:26 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2010-09-13 12:50:26 +0000 |
commit | bfbb69f77e2ca2656a7beab2cdc58368d88c92a6 (patch) | |
tree | 007a9b5b1a75fbbc13306e0b6d041893e2934ac9 /gui | |
parent | c6afdbdca393fff7eb18782270587fe323369ef4 (diff) | |
download | scummvm-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.cpp | 4 | ||||
-rw-r--r-- | gui/themes/translations.dat | bin | 75496 -> 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 Binary files differindex ba1ecf22b8..39057498c5 100644 --- a/gui/themes/translations.dat +++ b/gui/themes/translations.dat |