diff options
| author | Rémi Verschelde | 2016-05-21 01:18:35 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-21 01:27:27 +0200 |
| commit | 00d8f8604476b525869787f0962bf41b4b591061 (patch) | |
| tree | 3c7503bc7f52678a8e342197a418ba10b776ad4d /tools/editor/plugins/path_2d_editor_plugin.cpp | |
| parent | c2d754516f1c94674fc27afe329f41c34aedaaa9 (diff) | |
| download | godot-00d8f8604476b525869787f0962bf41b4b591061.tar.gz godot-00d8f8604476b525869787f0962bf41b4b591061.tar.zst godot-00d8f8604476b525869787f0962bf41b4b591061.zip | |
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/plugins/path_2d_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/path_2d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/path_2d_editor_plugin.cpp b/tools/editor/plugins/path_2d_editor_plugin.cpp index 0fab18390..107ec30a9 100644 --- a/tools/editor/plugins/path_2d_editor_plugin.cpp +++ b/tools/editor/plugins/path_2d_editor_plugin.cpp @@ -623,7 +623,7 @@ Path2DEditor::Path2DEditor(EditorNode *p_editor) { add_child(options); options->set_area_as_parent_rect(); options->set_text("Polygon"); - //options->get_popup()->add_item(TTR("Parse BBCODE"),PARSE_BBCODE); + //options->get_popup()->add_item("Parse BBCode",PARSE_BBCODE); options->get_popup()->connect("item_pressed", this,"_menu_option"); #endif |
