Skip to content

Commit

Permalink
Merge pull request #17030 from Pike/bug-957674-fix-l10n
Browse files Browse the repository at this point in the history
bug 957674, fix string IDs for l10n. r=alive
  • Loading branch information
alivedise committed Mar 11, 2014
2 parents 01cfa2e + a10137a commit b31771c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/system/js/accessibility.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
announceScreenReader: function ar_announceScreenReader(aCallback) {
var enabled = this.settings['accessibility.screenreader'];
this.isSpeaking = true;
this.utter(enabled ? 'disableScreenReaderInstructions' :
'enableScreenReaderInstructions', false, aCallback);
this.utter(enabled ? 'disableScreenReaderSteps' :
'enableScreenReaderSteps', false, aCallback);
}
};

Expand Down
4 changes: 2 additions & 2 deletions apps/system/locales/system.en-US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ asyncpanzoom=Disable APZ for Apps
asyncpanzoomOff=Enable APZ for Apps

# screen reader
enableScreenReaderInstructions=To enable screen reader, press volume up then volume down buttons three more times
disableScreenReaderInstructions=To disable screen reader, press volume up then volume down buttons three more times
enableScreenReaderSteps=To enable screen reader, press volume up then volume down buttons three more times
disableScreenReaderSteps=To disable screen reader, press volume up then volume down buttons three more times

# cards view
no-recent-apps=No recent apps
Expand Down

0 comments on commit b31771c

Please sign in to comment.