diff options
| author | Michael Alexsander Silva Dias | 2018-05-03 18:07:18 -0300 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-05-13 22:37:56 +0200 |
| commit | 4aad40d249a37e5ad245fae0372cd5099997df79 (patch) | |
| tree | 913030fd2c6b6d97398845d3e9512698e649515f /editor/project_settings_editor.cpp | |
| parent | 8ccb27ce18adcaaad995f216e1f8634ead56ff66 (diff) | |
| download | godot-4aad40d249a37e5ad245fae0372cd5099997df79.tar.gz godot-4aad40d249a37e5ad245fae0372cd5099997df79.tar.zst godot-4aad40d249a37e5ad245fae0372cd5099997df79.zip | |
Small changes for some strings.
(cherry picked from commit 5b0ddb1354e211a6a6ef0ddfe27c0f47d69406b3)
Diffstat (limited to '')
| -rw-r--r-- | editor/project_settings_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/project_settings_editor.cpp b/editor/project_settings_editor.cpp index b24e8fd9f..61cbf6fe6 100644 --- a/editor/project_settings_editor.cpp +++ b/editor/project_settings_editor.cpp @@ -151,7 +151,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; } |
