diff --git a/shutdown-timer@webum.by/files/shutdown-timer@webum.by/applet.js b/shutdown-timer@webum.by/files/shutdown-timer@webum.by/applet.js index 1d933c9265b..639071cad9b 100644 --- a/shutdown-timer@webum.by/files/shutdown-timer@webum.by/applet.js +++ b/shutdown-timer@webum.by/files/shutdown-timer@webum.by/applet.js @@ -40,11 +40,11 @@ MyApplet.prototype = { this.ArrayActions = {}; this.ArrayActions['lock-screen'] = 'Lock screen'; - this.ArrayActions['log-out'] = 'Log Out'; + this.ArrayActions['log-out'] = 'Logout'; this.ArrayActions['suspend'] = 'Suspend'; this.ArrayActions['hibernate'] = 'Hibernate'; this.ArrayActions['restart'] = 'Restart'; - this.ArrayActions['shutdown'] = 'Shutdown'; + this.ArrayActions['shutdown'] = 'Shut down'; this.ArrayActions['restart-cinnamon'] = 'Restart Cinnamon'; this.ArrayIcons = {};