mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
i18n: Sync translation template with current source
Also French translation update and misc fixes to source strings.
This commit is contained in:
parent
d0d52606a7
commit
17c3c64a80
57 changed files with 12321 additions and 9041 deletions
|
@ -189,7 +189,7 @@ void GroupDialog::_group_renamed() {
|
|||
|
||||
if (name == "") {
|
||||
renamed_group->set_text(0, selected_group);
|
||||
error->set_text(TTR("invalid Group name."));
|
||||
error->set_text(TTR("Invalid group name."));
|
||||
error->popup_centered();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue