mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Fixes find_wrapped_to_bottom fallback string
This commit is contained in:
parent
1f8be3fdc3
commit
a47033131c
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ var PDFFindBar = {
|
||||||
case FindStates.FIND_WRAPPED:
|
case FindStates.FIND_WRAPPED:
|
||||||
if (previous) {
|
if (previous) {
|
||||||
findMsg = mozL10n.get('find_wrapped_to_bottom', null,
|
findMsg = mozL10n.get('find_wrapped_to_bottom', null,
|
||||||
'Reached end of page, continued from bottom');
|
'Reached top of page, continued from bottom');
|
||||||
} else {
|
} else {
|
||||||
findMsg = mozL10n.get('find_wrapped_to_top', null,
|
findMsg = mozL10n.get('find_wrapped_to_top', null,
|
||||||
'Reached end of page, continued from top');
|
'Reached end of page, continued from top');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue