Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <grit-part> | |
| 3 | |
| 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> | |
| 6 </message> | |
| 7 <message name="IDS_FIND_IN_PAGE_PREVIOUS_TOOLTIP" desc="The tooltip for the pr evious button"> | |
| 8 Previous | |
| 9 </message> | |
| 10 <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the next b utton"> | |
| 11 Next | |
| 12 </message> | |
| 13 <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the close button"> | |
| 14 Close find bar | |
| 15 </message> | |
| 16 | |
| 17 </grit-part> | |
| OLD | NEW |