i18n: Sync translation templates with current source
(cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b)
This commit is contained in:
parent
b4f66e04e8
commit
6bc9ac9cc3
48 changed files with 4167 additions and 4059 deletions
|
|
@ -160,7 +160,7 @@ void ProjectSettingsEditor::_action_edited() {
|
|||
ti->set_text(0, old_name);
|
||||
add_at = "input/" + old_name;
|
||||
|
||||
message->set_text(TTR("Invalid action name. It cannot be empty nor contain '/', ':', '=', '\\', or '\"'."));
|
||||
message->set_text(TTR("Invalid action name. It cannot be empty nor contain '/', ':', '=', '\\' or '\"'."));
|
||||
message->popup_centered(Size2(300, 100) * EDSCALE);
|
||||
return;
|
||||
}
|
||||
|
|
@ -894,7 +894,7 @@ void ProjectSettingsEditor::_action_check(String p_action) {
|
|||
|
||||
if (!_validate_action_name(p_action)) {
|
||||
|
||||
action_add_error->set_text(TTR("Invalid action name. it cannot be empty nor contain '/', ':', '=', '\\' or '\"'"));
|
||||
action_add_error->set_text(TTR("Invalid action name. It cannot be empty nor contain '/', ':', '=', '\\' or '\"'."));
|
||||
action_add_error->show();
|
||||
action_add->set_disabled(true);
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue