Skip to content

Commit

Permalink
[email protected]: Improve translation support (linuxmint#6315)
Browse files Browse the repository at this point in the history
* Changed "Shutdown" and "Log out" strings to the same ones used in Cinnamon to facilitate proper translation
  • Loading branch information
Heraclius authored Aug 18, 2024
1 parent 0000f15 commit 1d1c4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [email protected]/files/[email protected]/applet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {};
Expand Down

0 comments on commit 1d1c4b7

Please sign in to comment.