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 #14226 from flodolo/addbookmark
Browse files Browse the repository at this point in the history
Bug 944784 - [l12y][browser] Bookmarks: "Edit Bookmark", use separate strings for button and dialog header
  • Loading branch information
benfrancis committed Dec 2, 2013
2 parents 772261a + f4b101e commit b87c58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/index.html
Expand Up @@ -164,7 +164,7 @@ <h3 data-l10n-id="this-is-embarrassing">Well, this is embarrassing.</h3>
<menu type="toolbar">
<button id="bookmark-entry-sheet-done" data-l10n-id="done">Done</button>
</menu>
<h1 data-l10n-id="edit-bookmark">Edit Bookmark</h1>
<h1 data-l10n-id="edit-bookmark-header">Edit Bookmark</h1>
</header>
<label data-l10n-id="page-title">
Page Title <input type="text" id="bookmark-title"></input>
Expand Down
1 change: 1 addition & 0 deletions apps/browser/locales/browser.en-US.properties
Expand Up @@ -55,6 +55,7 @@ bookmarks=Bookmarks
bookmark=Bookmark
unbookmark=Unbookmark
edit-bookmark=Edit bookmark
edit-bookmark-header=Edit bookmark
page-title=Page title
address=Address
add-to-home-screen=Add to home screen
Expand Down

0 comments on commit b87c58c

Please sign in to comment.