Skip to content

Commit 8c4d4de

Browse files
committed
fix(scripts): Inconsistency of session names
1 parent 0210097 commit 8c4d4de

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/scripts/session-reboot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
#
3-
# name: Reboot
3+
# name: Restart
44
# icon: system-restart
5-
# description: Restart the system
5+
# description: Reboot the system
66
# keywords: power reboot restart
77

88
gnome-session-quit --reboot

src/scripts/session-shutdown.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22
#
3-
# name: Shut Down
3+
# name: Power off
44
# icon: system-shutdown
5-
# description: Power off the system
5+
# description: Shut down the system
66
# keywords: power off shutdown
77

88
gnome-session-quit --power-off

0 commit comments

Comments
 (0)