diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-21 01:18:35 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-21 01:27:27 +0200 |
commit | 00d8f8604476b525869787f0962bf41b4b591061 (patch) | |
tree | 3c7503bc7f52678a8e342197a418ba10b776ad4d /tools/editor/run_settings_dialog.cpp | |
parent | c2d754516f1c94674fc27afe329f41c34aedaaa9 (diff) |
i18n: Second pass at proofreading
Mostly removing commented out strings, plus a few critical ones
that should not be translated.
Diffstat (limited to 'tools/editor/run_settings_dialog.cpp')
-rw-r--r-- | tools/editor/run_settings_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/run_settings_dialog.cpp b/tools/editor/run_settings_dialog.cpp index fd2e9f9759..abcfe125f3 100644 --- a/tools/editor/run_settings_dialog.cpp +++ b/tools/editor/run_settings_dialog.cpp @@ -88,7 +88,7 @@ RunSettingsDialog::RunSettingsDialog() { arguments->set_editable(false); get_ok()->set_text(TTR("Close")); - //get_cancel()->set_text(TTR("Close")); + //get_cancel()->set_text("Close"); arguments->set_text("-l $scene"); |