Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(275)

Unified Diff: components/find_in_page_strings.grdp

Issue 2968713003: Harmonize the find in page dialog. (Closed)
Patch Set: Fix format Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/harmony/harmony_layout_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/find_in_page_strings.grdp
diff --git a/components/find_in_page_strings.grdp b/components/find_in_page_strings.grdp
index a1fd5422564d6b7ea71c3871972ebf3df5ddc8b0..fa48a7985c100ba51f03aaad204d0c3fe68ece4f 100644
--- a/components/find_in_page_strings.grdp
+++ b/components/find_in_page_strings.grdp
@@ -2,7 +2,7 @@
<grit-part>
<message name="IDS_FIND_IN_PAGE_COUNT" desc="How many matches found and what item we are showing">
- <ph name="ACTIVE_MATCH">$1<ex>1</ex></ph> of <ph name="TOTAL_MATCHCOUNT">$2<ex>5</ex></ph>
+ <ph name="ACTIVE_MATCH">$1</ph>/<ph name="TOTAL_MATCHCOUNT">$2</ph>
</message>
<message name="IDS_FIND_IN_PAGE_PREVIOUS_TOOLTIP" desc="The tooltip for the previous button">
Previous
« no previous file with comments | « chrome/browser/ui/views/harmony/harmony_layout_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698