diff options
-rwxr-xr-x | userdrake | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -558,7 +558,7 @@ sub Delete() { my $groupname = GetNameEntFromIter($grouptree, $gtree_model, 0); my $wg = NewWindow(translate("Warning")); gtkadd($wg->vbox, - Gtk2::Label->new(N("Do you really want to delete the group %s\n", $groupname)), + Gtk2::Label->new(N("Do you really want to delete the group %s?", $groupname)), ); gtkadd($wg->action_area, map { |