Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update localized strings in reader-navbar.html for PT #261

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/reader-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,9 @@
<div class="zoom-wrapper dropdown" style="display:none">
<a tabindex="1" href="#" data-toggle="dropdown"><input tabindex="1" type="text" value="100%" disabled/><span class="caret"></span></a>
<ul id="zoom-menu" class="dropdown-menu" role="menu">
<li id="zoom-custom"><a href="#" tabindex="1">Custom <span class="glyphicon glyphicon-ok"></span></a></li>
<li id="zoom-fit-width"><a href="#" tabindex="1">Fit Width <span class="glyphicon glyphicon-ok"></span></a></li>
<li id="zoom-fit-screen" class="active-zoom"><a href="#" tabindex="1">Fit Screen <span class="glyphicon glyphicon-ok"></span></a></li>
<li id="zoom-custom"><a href="#" tabindex="1">{{strings.i18n_zoom_custom}} <span class="glyphicon glyphicon-ok"></span></a></li>
<li id="zoom-fit-width"><a href="#" tabindex="1">{{strings.i18n_zoom_fit_width}} <span class="glyphicon glyphicon-ok"></span></a></li>
<li id="zoom-fit-screen" class="active-zoom"><a href="#" tabindex="1">{{strings.i18n_zoom_fit_screen}} <span class="glyphicon glyphicon-ok"></span></a></li>
</ul>
</div>
<button tabindex="1" type="button" class="btn icon-library" title="{{strings.view_library}} [{{keyboard.SwitchToLibrary}}]" aria-label="{{strings.view_library}} [{{keyboard.SwitchToLibrary}}]" accesskey="{{keyboard.accesskeys.SwitchToLibrary}}">
Expand Down