Skip to content

Commit

Permalink
Change "Take Break" msgid
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilprusko committed Jun 13, 2015
1 parent 062f051 commit 3a09b48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extension/indicator.js
Expand Up @@ -91,7 +91,7 @@ const IndicatorMenu = new Lang.Class({
this.addMenuItem(this._actionsSeparator);

this._startPomodoroItem = this.addAction(_("Start Pomodoro"), Lang.bind(this, this._startPomodoro));
this._startPauseItem = this.addAction(_("Take Break"), Lang.bind(this, this._startPause));
this._startPauseItem = this.addAction(_("Take a Break"), Lang.bind(this, this._startPause));
this._switchPauseItem = this.addAction("", Lang.bind(this, this._switchPause));

this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Expand Up @@ -69,7 +69,7 @@ msgid "Start Pomodoro"
msgstr "Démarrer Pomodoro"

#: ../extension/indicator.js:94
msgid "Take Break"
msgid "Take a Break"
msgstr "Faire une pause"

#: ../extension/indicator.js:98 ../lib/preferences-dialog.vala:821
Expand Down
2 changes: 1 addition & 1 deletion po/pl.po
Expand Up @@ -69,7 +69,7 @@ msgid "Start Pomodoro"
msgstr "Zacznij pomodoro"

#: ../extension/indicator.js:94
msgid "Take Break"
msgid "Take a Break"
msgstr "Zrób przerwę"

#: ../extension/indicator.js:98 ../lib/preferences-dialog.vala:841
Expand Down
2 changes: 1 addition & 1 deletion po/pt_BR.po
Expand Up @@ -69,7 +69,7 @@ msgstr "Começar um novo pomodoro"

#: ../extension/indicator.js:94
#, fuzzy
msgid "Take Break"
msgid "Take a Break"
msgstr "Descanse!"

#: ../extension/indicator.js:98 ../lib/preferences-dialog.vala:841
Expand Down

0 comments on commit 3a09b48

Please sign in to comment.