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

Commit

Permalink
Merge pull request #30430 from yzen/bug-1162040-ringtones
Browse files Browse the repository at this point in the history
Bug 1162040 - updating accessibility for gaia-icons used in ringtones…
  • Loading branch information
yzen committed Jun 9, 2015
2 parents ae5630b + 1838dd0 commit 0b5638a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/ringtones/locales/ringtones.en-US.properties
Expand Up @@ -52,3 +52,6 @@ default-label = Use as default ringtone
ok = OK

ringtone-untitled = Untitled

# The following string is spoken by screen readers and not shown on the screen.
addButton.ariaLabel = Add
2 changes: 1 addition & 1 deletion apps/ringtones/manage.html
Expand Up @@ -51,7 +51,7 @@
<section role="region" class="skin-organic">
<gaia-header id="header" action="back">
<h1 data-l10n-id="manage-title-2"></h1>
<button id="add" data-icon="add"></button>
<button id="add" data-icon="add" data-l10n-id="addButton"></button>
</gaia-header>

<article id="list-parent"></article>
Expand Down

0 comments on commit 0b5638a

Please sign in to comment.