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

Unified Diff: chrome/content/ui/sidebar.xul

Issue 11015083: Merge labels and access keys into one string in locales (Closed)
Patch Set: Created July 3, 2013, 9:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/content/ui/sidebar.xul
===================================================================
--- a/chrome/content/ui/sidebar.xul
+++ b/chrome/content/ui/sidebar.xul
@@ -99,17 +99,17 @@
<menuitem id="contextCopyFilter" label="&context.copyFilter.label;" oncommand="copyFilter()"/>
<menuseparator id="contextSelectSep"/>
<menuitem id="contextSelectAll" label="&context.selectAll.label;" command="selectAll-command" key="selectAll-key"/>
</menupopup>
</popupset>
<hbox>
<hbox align="center" flex="1">
- <label value="&search.label;" accesskey="&search.accesskey;" control="searchField"/>
+ <label value="&search.label;" control="searchField"/>
<textbox id="searchField" flex="1" type="search" oncommand="treeView.setFilter(this.value)"/>
</hbox>
<description id="detachButton" value="&detach.label;" onclick="detach(true)"/>
<description id="reattachButton" value="&reattach.label;" onclick="if (this.getAttribute('disabled') != 'true') detach(false)" hidden="true"/>
</hbox>
<tree id="list" context="context" flex="1" seltype="multiple" enableColumnDrag="true"
defaultSort="state descending" persist="defaultSort"

Powered by Google App Engine
This is Rietveld