diff options
| author | Rémi Verschelde | 2016-05-04 15:28:37 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2016-05-04 15:28:37 +0200 |
| commit | fb277dbde6a337a3294867f54cebc54c7cd91653 (patch) | |
| tree | ea3dcb0f1ba9dd7d64fa35790994700af4becff9 /tools/editor/property_editor.cpp | |
| parent | dd419e8efa347a8c1d6be464a89ec056cb4e4712 (diff) | |
| download | godot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.gz godot-fb277dbde6a337a3294867f54cebc54c7cd91653.tar.zst godot-fb277dbde6a337a3294867f54cebc54c7cd91653.zip | |
i18n: Don't make print_line calls translatable
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/property_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp index 2247c7a5b..7c5aca579 100644 --- a/tools/editor/property_editor.cpp +++ b/tools/editor/property_editor.cpp @@ -2552,7 +2552,7 @@ void PropertyEditor::update_tree() { sep->set_icon(0,get_icon(type,"EditorIcons") ); else sep->set_icon(0,get_icon("Object","EditorIcons") ); - print_line(TTR("CATEGORY: ")+type); + print_line("CATEGORY: "+type); */ sep->set_text(0,type); sep->set_selectable(0,false); |
