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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user