mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
WINGs: trivial fixes in text strings
Fixing typos and/or inconsistencies in error messages. Some backports for the Dutch .po file. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
@@ -139,7 +139,7 @@ W_SendDnDClientMessage(Display * dpy, Window win, Atom message,
|
||||
#endif
|
||||
|
||||
if (!windowExists(dpy, win)) {
|
||||
wwarning(_("target %lu for xdnd message no longer exists"), win);
|
||||
wwarning(_("target %lu for XDND message no longer exists"), win);
|
||||
return False; /* message not sent */
|
||||
}
|
||||
|
||||
@@ -217,7 +217,7 @@ void W_HandleDNDClientMessage(WMView * toplevel, XClientMessageEvent * event)
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
wwarning(_("unsupported version %i for xdnd enter message"), XDND_SOURCE_VERSION(info));
|
||||
wwarning(_("unsupported version %i for XDND enter message"), XDND_SOURCE_VERSION(info));
|
||||
W_DragDestinationCancelDropOnEnter(toplevel, info);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user