1
0
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:
Alwin
2015-04-28 14:39:43 +02:00
committed by Carlos R. Mafra
parent ea39621f91
commit 495e82fc9a
6 changed files with 60 additions and 31 deletions

View File

@@ -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;
}