mirror of
https://github.com/gryf/wmaker.git
synced 2026-07-13 01:06:30 +02:00
WMaker: trivial fixes in text strings
Remove an error message with the same meaning, because a synonym was used. Also fix a typo. Signed-off-by: Carlos R. Mafra <crmafra@gmail.com>
This commit is contained in:
+1
-1
@@ -687,7 +687,7 @@ static int real_main(int argc, char **argv)
|
||||
#ifndef HAVE_INOTIFY
|
||||
wPreferences.flags.noupdates = 1;
|
||||
#else
|
||||
wmessage(_("your version of Window Maker was compiler with INotify support, so \"--no-polling\" has no effect"));
|
||||
wmessage(_("your version of Window Maker was compiled with INotify support, so \"--no-polling\" has no effect"));
|
||||
#endif
|
||||
} else if (strcmp(argv[i], "--help") == 0) {
|
||||
print_help();
|
||||
|
||||
Reference in New Issue
Block a user