summaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-04 15:28:37 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-04 15:28:37 +0200
commitfb277dbde6a337a3294867f54cebc54c7cd91653 (patch)
treeea3dcb0f1ba9dd7d64fa35790994700af4becff9 /tools/editor/property_editor.cpp
parentdd419e8efa347a8c1d6be464a89ec056cb4e4712 (diff)
i18n: Don't make print_line calls translatable
Diffstat (limited to 'tools/editor/property_editor.cpp')
-rw-r--r--tools/editor/property_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp
index 2247c7a5bd..7c5aca579c 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);