sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 7252c7f7157394c7a2243eda7c7af608ed5016e7
parent 06fade1c8beab328566090fd08afc7bd9d4d98a3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun,  7 Oct 2018 14:37:21 -0400

swaynag: s/Toggle Details/Toggle details/

Diffstat:
Mswaynag/main.c | 2+-
Mswaynag/swaynag.1.scd | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/swaynag/main.c b/swaynag/main.c @@ -36,7 +36,7 @@ int main(int argc, char **argv) { swaynag.details.button_details = 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; char *config_path = NULL; diff --git a/swaynag/swaynag.1.scd b/swaynag/swaynag.1.scd @@ -40,7 +40,7 @@ _swaynag_ [options...] *-L, --detailed-button* <text> 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> Set the message text.