aboutsummaryrefslogtreecommitdiffstats
path: root/swaynag
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-10-07 14:37:21 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-10-07 14:37:53 -0400
commit7252c7f7157394c7a2243eda7c7af608ed5016e7 (patch)
tree42801ddf5629e4c50c053c015b3ec1370f9c999a /swaynag
parentMerge pull request #2783 from martinetd/swaynag_uaf (diff)
downloadsway-7252c7f7157394c7a2243eda7c7af608ed5016e7.tar.gz
sway-7252c7f7157394c7a2243eda7c7af608ed5016e7.tar.zst
sway-7252c7f7157394c7a2243eda7c7af608ed5016e7.zip
swaynag: s/Toggle Details/Toggle details/
Diffstat (limited to 'swaynag')
-rw-r--r--swaynag/main.c2
-rw-r--r--swaynag/swaynag.1.scd2
2 files changed, 2 insertions, 2 deletions
diff --git a/swaynag/main.c b/swaynag/main.c
index d1a0d236..bae3c0e2 100644
--- a/swaynag/main.c
+++ b/swaynag/main.c
@@ -36,7 +36,7 @@ int main(int argc, char **argv) {
36 36
37 swaynag.details.button_details = 37 swaynag.details.button_details =
38 calloc(sizeof(struct swaynag_button), 1); 38 calloc(sizeof(struct swaynag_button), 1);
39 swaynag.details.button_details->text = strdup("Toggle Details"); 39 swaynag.details.button_details->text = strdup("Toggle details");
40 swaynag.details.button_details->type = SWAYNAG_ACTION_EXPAND; 40 swaynag.details.button_details->type = SWAYNAG_ACTION_EXPAND;
41 41
42 char *config_path = NULL; 42 char *config_path = NULL;
diff --git a/swaynag/swaynag.1.scd b/swaynag/swaynag.1.scd
index 1c395aee..bb69e47d 100644
--- a/swaynag/swaynag.1.scd
+++ b/swaynag/swaynag.1.scd
@@ -40,7 +40,7 @@ _swaynag_ [options...]
40 40
41*-L, --detailed-button* <text> 41*-L, --detailed-button* <text>
42 Set the text for the button that toggles details. This has no effect if 42 Set the text for the button that toggles details. This has no effect if
43 there is not a detailed message. The default is _Toggle Details_. 43 there is not a detailed message. The default is _Toggle details_.
44 44
45*-m, --message* <msg> 45*-m, --message* <msg>
46 Set the message text. 46 Set the message text.