Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: chrome/locale/en-US/global.properties

Issue 4780225334345728: Element Hiding Helper inspector tool fix (Closed)
Patch Set: accesskey removed from inspector button Created April 12, 2014, 8:47 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/inspectorObserver.js » ('j') | lib/inspectorObserver.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 command.select.key=s 1 command.select.key=s
2 command.select.label=select element 2 command.select.label=select element
3 command.wider.key=w 3 command.wider.key=w
4 command.wider.label=wider 4 command.wider.label=wider
5 command.narrower.key=n 5 command.narrower.key=n
6 command.narrower.label=narrower 6 command.narrower.label=narrower
7 command.lock.key=l 7 command.lock.key=l
8 command.lock.label=lock/unlock selection 8 command.lock.label=lock/unlock selection
9 command.quit.key=q 9 command.quit.key=q
10 command.quit.label=quit selection 10 command.quit.label=quit selection
(...skipping 13 matching lines...) Expand all
24 command.lock.alternativeKey= 24 command.lock.alternativeKey=
25 command.quit.alternativeKey= 25 command.quit.alternativeKey=
26 command.blinkElement.alternativeKey= 26 command.blinkElement.alternativeKey=
27 command.viewSource.alternativeKey= 27 command.viewSource.alternativeKey=
28 command.viewSourceWindow.alternativeKey= 28 command.viewSourceWindow.alternativeKey=
29 command.showMenu.alternativeKey= 29 command.showMenu.alternativeKey=
30 30
31 selectelement.label=Select an element to hide 31 selectelement.label=Select an element to hide
32 stopselection.label=Abort element selection 32 stopselection.label=Abort element selection
33 33
34 inspector.button.label=Hide with ABP
35 inspector.button.accesskey=A
36 inspector.button.tooltiptext=Create an element hiding rule to hide this element and similar ones with Adblock Plus 34 inspector.button.tooltiptext=Create an element hiding rule to hide this element and similar ones with Adblock Plus
OLDNEW
« no previous file with comments | « no previous file | lib/inspectorObserver.js » ('j') | lib/inspectorObserver.js » ('J')

Powered by Google App Engine
This is Rietveld