i18n: Sync translations with Weblate
(cherry picked from commit 1c9132540f5a763106ae1529c61b5cb8cd851bc5)
This commit is contained in:
parent
28bb2806f1
commit
c40bd6b775
64 changed files with 1003 additions and 1049 deletions
|
|
@ -266,7 +266,7 @@ void ImportDock::set_edit_multiple_paths(const Vector<String> &p_paths) {
|
|||
import_as->set_disabled(false);
|
||||
preset->set_disabled(false);
|
||||
|
||||
imported->set_text(itos(p_paths.size()) + TTR(" Files"));
|
||||
imported->set_text(vformat(TTR("%d Files"), p_paths.size()));
|
||||
}
|
||||
|
||||
void ImportDock::_update_preset_menu() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue