diff options
Diffstat (limited to 'editor/groups_editor.cpp')
-rw-r--r-- | editor/groups_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/groups_editor.cpp b/editor/groups_editor.cpp index cb9703342f..7ff3daf3d2 100644 --- a/editor/groups_editor.cpp +++ b/editor/groups_editor.cpp @@ -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; } |