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 #10512 from daleharvey/858998
Browse files Browse the repository at this point in the history
Bug 858998 - Add l10n string for Top Sites. r=kaze
  • Loading branch information
daleharvey committed Jul 3, 2013
2 parents 09e4e21 + bacd968 commit cd1634c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/browser/index.html
Expand Up @@ -51,7 +51,7 @@

<div id="startscreen" class="hidden">
<h1 data-l10n-id="browser">Browser</h1>
<h2 data-l10n-id="top-sites">Top Sites</h2>
<h2 data-l10n-id="top-sites-startPage">Top Sites</h2>
<div id="start-screen-top-sites">
<ul id="top-site-thumbnails">
</ul>
Expand All @@ -67,7 +67,7 @@ <h2 data-l10n-id="top-sites">Top Sites</h2>
<ul role="tablist">
<li role="tab">
<a id="top-sites-tab" href="#" class="selected"
data-l10n-id="top-sites">Top Sites</a>
data-l10n-id="top-sites-tab">Top Sites</a>
</li>
<li role="tab">
<a id="bookmarks-tab" href="#"
Expand Down
6 changes: 5 additions & 1 deletion apps/browser/locales/browser.en-US.properties
Expand Up @@ -38,9 +38,13 @@ month-11=December
# Start Page
browser={{browserBrandShortName}}
browser-start={{browserBrandShortName}} start
top-sites=Top sites
start-browsing=Enter a search term or Web address to start browsing.

# LOCALIZATION NOTE: depending on your locale, you might want to use a more
# compact translation for top-sites-tab than for top-sites-startPage.
top-sites-startPage = Top sites
top-sites-tab = Top sites

# Settings
browser-settings=Settings
about-browser=About {{browserBrandShortName}}
Expand Down

0 comments on commit cd1634c

Please sign in to comment.