Merge pull request #235 from catharsis/settings-format-template-helptext-typofix

settings: Trivial typo fix on format option description
This commit is contained in:
Sascha Kruse 2015-08-26 14:31:12 +02:00
commit f0ca84e4cd

View File

@ -92,7 +92,7 @@ void load_settings(char *cmdline_config_path)
"Treat incoming notifications as plain text.");
settings.format =
option_get_string("global", "format", "-format", format,
"The format template for the notifictions");
"The format template for the notifications");
settings.sort =
option_get_bool("global", "sort", "-sort", sort,
"Sort notifications by urgency and date?");