Make more editor strings translatable
This commit is contained in:
parent
adb703bc59
commit
d151e1eaf9
3 changed files with 10 additions and 10 deletions
|
|
@ -253,9 +253,9 @@ void ProjectExportDialog::_edit_preset(int p_index) {
|
|||
TreeItem *patch_add = patches->create_item(patch_root);
|
||||
patch_add->set_metadata(0, patchlist.size());
|
||||
if (patchlist.size() == 0)
|
||||
patch_add->set_text(0, "Add initial export...");
|
||||
patch_add->set_text(0, TTR("Add initial export..."));
|
||||
else
|
||||
patch_add->set_text(0, "Add previous patches...");
|
||||
patch_add->set_text(0, TTR("Add previous patches..."));
|
||||
|
||||
patch_add->add_button(0, get_icon("folder", "FileDialog"), 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue