|
|
|
@ -624,11 +624,11 @@ var PDFFindBar = {
@@ -624,11 +624,11 @@ var PDFFindBar = {
|
|
|
|
|
|
|
|
|
|
case FindStates.FIND_WRAPPED: |
|
|
|
|
if (previous) { |
|
|
|
|
findMsg = mozL10n.get('find_wrapped_to_bottom', null, |
|
|
|
|
'Reached top of page, continued from bottom'); |
|
|
|
|
findMsg = mozL10n.get('find_reached_top', null, |
|
|
|
|
'Reached top of document, continued from bottom'); |
|
|
|
|
} else { |
|
|
|
|
findMsg = mozL10n.get('find_wrapped_to_top', null, |
|
|
|
|
'Reached end of page, continued from top'); |
|
|
|
|
findMsg = mozL10n.get('find_reached_bottom', null, |
|
|
|
|
'Reached end of document, continued from top'); |
|
|
|
|
} |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|