aboutsummaryrefslogtreecommitdiff
path: root/editor/run_settings_dialog.cpp
diff options
context:
space:
mode:
authorAndreas Haas2017-08-23 22:25:14 +0200
committerRémi Verschelde2017-08-25 18:49:45 +0200
commit6134d8741d6b255751e7b2811be85b60ef916269 (patch)
tree27edc499e4ecced86630715232f7adfa62f9b3c4 /editor/run_settings_dialog.cpp
parenta1c03a69d2940fb69d7221800e919f4a183fec0c (diff)
downloadgodot-6134d87.tar.gz
godot-6134d87.tar.zst
godot-6134d87.zip
Editor: Add some more translatable strings.
Diffstat (limited to 'editor/run_settings_dialog.cpp')
-rw-r--r--editor/run_settings_dialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/run_settings_dialog.cpp b/editor/run_settings_dialog.cpp
index dfb152d40..5892e530b 100644
--- a/editor/run_settings_dialog.cpp
+++ b/editor/run_settings_dialog.cpp
@@ -86,7 +86,6 @@ RunSettingsDialog::RunSettingsDialog() {
arguments->set_editable(false);
get_ok()->set_text(TTR("Close"));
- //get_cancel()->set_text("Close");
set_title(TTR("Scene Run Settings"));
}