diff options
author | 2019-03-10 15:09:23 -0400 | |
---|---|---|
committer | 2019-03-11 10:56:20 -0400 | |
commit | e3dd074a315e342ab75b8b044242cd6405984ad0 (patch) | |
tree | a07a4435c70617841455ac17e99b26eb1040c1c0 | |
parent | arrange: use int not size_t for title offsets (diff) | |
download | sway-e3dd074a315e342ab75b8b044242cd6405984ad0.tar.gz sway-e3dd074a315e342ab75b8b044242cd6405984ad0.tar.zst sway-e3dd074a315e342ab75b8b044242cd6405984ad0.zip |
Update language in sway.desktop & sway(1)
-rw-r--r-- | sway.desktop | 2 | ||||
-rw-r--r-- | sway/sway.1.scd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sway.desktop b/sway.desktop index 98c9af29..420db5aa 100644 --- a/sway.desktop +++ b/sway.desktop | |||
@@ -1,5 +1,5 @@ | |||
1 | [Desktop Entry] | 1 | [Desktop Entry] |
2 | Name=Sway | 2 | Name=Sway |
3 | Comment=SirCmpwn's Wayland window manager | 3 | Comment=An i3-compatible Wayland compositor |
4 | Exec=sway | 4 | Exec=sway |
5 | Type=Application | 5 | Type=Application |
diff --git a/sway/sway.1.scd b/sway/sway.1.scd index f8820c4e..ba31e4a6 100644 --- a/sway/sway.1.scd +++ b/sway/sway.1.scd | |||
@@ -2,7 +2,7 @@ sway(1) | |||
2 | 2 | ||
3 | # NAME | 3 | # NAME |
4 | 4 | ||
5 | sway - SirCmpwn's Wayland window manager | 5 | sway - An i3-compatible Wayland compositor |
6 | 6 | ||
7 | # SYNOPSIS | 7 | # SYNOPSIS |
8 | 8 | ||