Fix alignment setting documentation

`alignment` specifies the alignment of the text within the notifications,
not the alignment of the notifications themselves.
This commit is contained in:
Nikos Tsipinakis 2017-02-05 11:57:56 +02:00
parent 38856bc705
commit f0808f8d3f
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ Shortcut for context menu.
=item B<-alignment position> =item B<-alignment position>
Defines the align position of notifications to left/center/right. Defines how text should be aligned, can be set to left/center/right.
=item B<-icon_position position> =item B<-icon_position position>

View File

@ -214,7 +214,7 @@ void load_settings(char *cmdline_config_path)
char *c = option_get_string( char *c = option_get_string(
"global", "global",
"alignment", "-align/-alignment", "", "alignment", "-align/-alignment", "",
"Align notifications left/center/right" "Text alignment left/center/right"
); );
if (strlen(c) > 0) { if (strlen(c) > 0) {