Skip to content

Commit

Permalink
Change 'Current View' to 'Current Page' in the secondary toolbar
Browse files Browse the repository at this point in the history
Content Design team (UX) proposed this change.
  • Loading branch information
calixteman committed Jan 19, 2023
1 parent f25e33e commit 31ae3a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions l10n/en-US/viewer.properties
Expand Up @@ -41,8 +41,8 @@ print.title=Print
print_label=Print
save.title=Save
save_label=Save
bookmark.title=Current view (copy or open in new window)
bookmark_label=Current View
bookmark1.title=Current Page (View URL from Current Page)
bookmark1_label=Current Page

# Secondary toolbar and context menu
tools.title=Tools
Expand Down
4 changes: 2 additions & 2 deletions web/viewer.html
Expand Up @@ -204,8 +204,8 @@
<span data-l10n-id="presentation_mode_label">Presentation Mode</span>
</button>

<a href="#" id="viewBookmark" class="secondaryToolbarButton" title="Current view (copy or open in new window)" tabindex="55" data-l10n-id="bookmark">
<span data-l10n-id="bookmark_label">Current View</span>
<a href="#" id="viewBookmark" class="secondaryToolbarButton" title="Current Page (View URL from Current Page)" tabindex="55" data-l10n-id="bookmark1">
<span data-l10n-id="bookmark1_label">Current Page</span>
</a>

<div id="viewBookmarkSeparator" class="horizontalToolbarSeparator"></div>
Expand Down

0 comments on commit 31ae3a4

Please sign in to comment.