1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

i18n: Don't make print_line calls translatable

This commit is contained in:
Rémi Verschelde
2016-05-04 15:28:37 +02:00
parent dd419e8efa
commit fb277dbde6
21 changed files with 80 additions and 80 deletions

View File

@@ -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);