Skip to content

Commit

Permalink
menu: Rename log out option, capitalize lock screen
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 28, 2024
1 parent 203810a commit 7976b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/usr/share/cinnamon/applets/[email protected]/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -2635,7 +2635,7 @@ class CinnamonMenuApplet extends Applet.TextIconApplet {

//Lock screen
button = new SystemButton(this, "system-lock-screen",
_("Lock screen"),
_("Lock Screen"),
_("Lock the screen"));

button.activate = () => {
Expand All @@ -2660,7 +2660,7 @@ class CinnamonMenuApplet extends Applet.TextIconApplet {

//Logout button
button = new SystemButton(this, "system-log-out",
_("Logout"),
_("Log Out"),
_("Leave the session"));

button.activate = () => {
Expand Down

0 comments on commit 7976b8c

Please sign in to comment.