i18n: Don't make print_line calls translatable
This commit is contained in:
parent
dd419e8efa
commit
fb277dbde6
21 changed files with 80 additions and 80 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue