1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 05:18:06 +01:00

WMaker: trivial fixes in text strings

Add missing spaces in balloons/error messages. Capitalize `Alt' in
balloon. One report by the Italian translater.
This commit is contained in:
Alwin
2014-12-24 16:10:30 +01:00
committed by Carlos R. Mafra
parent a5a23f966e
commit a65536f500
26 changed files with 78 additions and 63 deletions

View File

@@ -495,7 +495,7 @@ static void inotifyWatchConfig(void)
w_global.inotify.wd_defaults = inotify_add_watch(w_global.inotify.fd_event_queue, watchPath, IN_ALL_EVENTS);
if (w_global.inotify.wd_defaults < 0) {
wwarning(_("could not add an inotify watch on path %s."
"Changes to the defaults database will require"
" Changes to the defaults database will require"
" a restart to take effect."), watchPath);
close(w_global.inotify.fd_event_queue);
w_global.inotify.fd_event_queue = -1;