mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-24 07:02:30 +01:00
WPrefs: trivial fixes in text strings
Fix a typo in an error message. Remove an inconsistent dot on a button. Adds a missing dot in Expert preferences.
This commit is contained in:
@@ -1298,7 +1298,7 @@ static Bool shouldRemoveItem(struct WEditMenuDelegate *delegate, WEditMenu * men
|
||||
_("Remove Submenu"),
|
||||
_("Removing this item will destroy all items inside\n"
|
||||
"the submenu. Do you really want to do that?"),
|
||||
_("Yes"), _("No"), _("Yes, don't ask again."));
|
||||
_("Yes"), _("No"), _("Yes, don't ask again"));
|
||||
switch (res) {
|
||||
case WAPRDefault:
|
||||
return True;
|
||||
|
||||
Reference in New Issue
Block a user