swaynag: s/Toggle Details/Toggle details/

This commit is contained in:
Drew DeVault 2018-10-07 14:37:21 -04:00
parent 06fade1c8b
commit 7252c7f715
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ int main(int argc, char **argv) {
swaynag.details.button_details = swaynag.details.button_details =
calloc(sizeof(struct swaynag_button), 1); calloc(sizeof(struct swaynag_button), 1);
swaynag.details.button_details->text = strdup("Toggle Details"); swaynag.details.button_details->text = strdup("Toggle details");
swaynag.details.button_details->type = SWAYNAG_ACTION_EXPAND; swaynag.details.button_details->type = SWAYNAG_ACTION_EXPAND;
char *config_path = NULL; char *config_path = NULL;

View file

@ -40,7 +40,7 @@ _swaynag_ [options...]
*-L, --detailed-button* <text> *-L, --detailed-button* <text>
Set the text for the button that toggles details. This has no effect if Set the text for the button that toggles details. This has no effect if
there is not a detailed message. The default is _Toggle Details_. there is not a detailed message. The default is _Toggle details_.
*-m, --message* <msg> *-m, --message* <msg>
Set the message text. Set the message text.