Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1144733 - merge pull request #28987 from yzen:bug-1144733 to mozi…
Browse files Browse the repository at this point in the history
…lla-b2g:master
  • Loading branch information
mozilla-autolander-deprecated committed Mar 24, 2015
2 parents 2ad682f + d747ce6 commit 3759ecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/camera/js/views/controls.js
Expand Up @@ -34,7 +34,7 @@ module.exports = View.extend({

// {node}: {data-l10n-id} pairs used for localization.
elsL10n: {
cancel: 'close-button',
cancel: 'controls-button-close',
thumbnail: 'preview-button'
},

Expand Down Expand Up @@ -269,7 +269,7 @@ module.exports = View.extend({
'<div class="controls-button controls-thumbnail-button test-thumbnail js-thumbnail rotates" ' +
'name="thumbnail" role="button" data-l10n-id="preview-button"></div>' +
'<div class="controls-button controls-cancel-pick-button test-cancel-pick rotates js-cancel" ' +
'name="cancel" data-icon="close" role="button" data-l10n-id="close-button"></div>' +
'name="cancel" data-icon="close" role="button" data-l10n-id="controls-button-close"></div>' +
'</div>' +
'<div class="controls-middle">' +
'<div class="capture-button test-capture rotates js-capture" name="capture">' +
Expand Down
2 changes: 1 addition & 1 deletion apps/camera/locales/camera.en-US.properties
Expand Up @@ -115,7 +115,7 @@ toggle-camera-rear-button.ariaLabel = Rear camera
toggle-camera-front-button.ariaLabel = Front camera
menu-button.ariaLabel = Menu
preview-button.ariaLabel = Preview
close-button.ariaLabel = Close
controls-button-close.ariaLabel = Close
share-button.ariaLabel = Share
more-button.ariaLabel = More
media-frame.ariaLabel = Frame {{current}} of {{total}}
Expand Down

0 comments on commit 3759ecf

Please sign in to comment.