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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_FIND_IN_PAGE_COUNT" desc="How many matches found and what i tem we are showing"> 4 <message name="IDS_FIND_IN_PAGE_COUNT" desc="How many matches found and what i tem we are showing">
5 <ph name="ACTIVE_MATCH">$1<ex>1</ex></ph> of <ph name="TOTAL_MATCHCOUNT">$2< ex>5</ex></ph> 5 <ph name="ACTIVE_MATCH">$1</ph>/<ph name="TOTAL_MATCHCOUNT">$2</ph>
6 </message> 6 </message>
7 <message name="IDS_FIND_IN_PAGE_PREVIOUS_TOOLTIP" desc="The tooltip for the pr evious button"> 7 <message name="IDS_FIND_IN_PAGE_PREVIOUS_TOOLTIP" desc="The tooltip for the pr evious button">
8 Previous 8 Previous
9 </message> 9 </message>
10 <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the next b utton"> 10 <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the next b utton">
11 Next 11 Next
12 </message> 12 </message>
13 <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the close button"> 13 <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the close button">
14 Close find bar 14 Close find bar
15 </message> 15 </message>
16 16
17 </grit-part> 17 </grit-part>
OLDNEW
« 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