1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-02-17 06:35:47 +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

@@ -771,7 +771,7 @@ static void initMotionProcess(WMView * view, WMDraggingInfo * info, XEvent * eve
XDND_TIMESTAMP(info) = event->xmotion.time;
if (!WMCreateSelectionHandler(view, scr->xdndSelectionAtom, CurrentTime, XDND_SELECTION_PROCS(info), NULL)) {
wwarning(_("could not get ownership or DND selection"));
wwarning(_("could not get ownership of XDND selection"));
return;
}