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
|
|
@ -275,7 +275,7 @@ void EditorSettings::create() {
|
|||
|
||||
if (OS::get_singleton()->is_stdout_verbose()) {
|
||||
|
||||
print_line(TTR("EditorSettings: Load OK!"));
|
||||
print_line("EditorSettings: Load OK!");
|
||||
}
|
||||
|
||||
singleton->setup_network();
|
||||
|
|
@ -365,7 +365,7 @@ void EditorSettings::save() {
|
|||
}
|
||||
|
||||
if (OS::get_singleton()->is_stdout_verbose()) {
|
||||
print_line(TTR("EditorSettings Save OK!"));
|
||||
print_line("EditorSettings Save OK!");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue