diff options
author | Geequlim <geequlim@gmail.com> | 2016-05-29 16:10:23 +0800 |
---|---|---|
committer | Geequlim <geequlim@gmail.com> | 2016-05-29 16:10:23 +0800 |
commit | cb05e8450d1c81f709627e7f174a1c3ad8420955 (patch) | |
tree | 40c5bf94c77d217e5c010109d2aafab9f8f0745c /tools/editor/project_export.cpp | |
parent | cb3faf0b6f0db57dd58c09791ca7ff1a1bf4e234 (diff) |
Set more visible string to translatable
Diffstat (limited to 'tools/editor/project_export.cpp')
-rw-r--r-- | tools/editor/project_export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/project_export.cpp b/tools/editor/project_export.cpp index dea15ebd35..2045f2c030 100644 --- a/tools/editor/project_export.cpp +++ b/tools/editor/project_export.cpp @@ -1427,7 +1427,7 @@ ProjectExportDialog::ProjectExportDialog(EditorNode *p_editor) { sample_vbox->add_margin_child(TTR("Trailing Silence:"),sample_trim); script_vbox = memnew( VBoxContainer ); - script_vbox->set_name("Script"); + script_vbox->set_name(TTR("Script")); sections->add_child(script_vbox); script_mode = memnew( OptionButton ); script_vbox->add_margin_child(TTR("Script Export Mode:"),script_mode); |