From a47033131c226bdfd60fa34f2eef192407b2840c Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Mon, 29 Oct 2012 08:10:29 -0500 Subject: [PATCH] Fixes find_wrapped_to_bottom fallback string --- web/viewer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.js b/web/viewer.js index 1b25bf34b..7caab488e 100644 --- a/web/viewer.js +++ b/web/viewer.js @@ -626,7 +626,7 @@ var PDFFindBar = { case FindStates.FIND_WRAPPED: if (previous) { findMsg = mozL10n.get('find_wrapped_to_bottom', null, - 'Reached end of page, continued from bottom'); + 'Reached top of page, continued from bottom'); } else { findMsg = mozL10n.get('find_wrapped_to_top', null, 'Reached end of page, continued from top');