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