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

Unified Diff: chrome/content/ui/subscriptionSelection.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/subscriptionSelection.xul
===================================================================
--- a/chrome/content/ui/subscriptionSelection.xul
+++ b/chrome/content/ui/subscriptionSelection.xul
@@ -54,22 +54,22 @@
<button label="&list.download.website;" oncommand="UI.loadDocLink('subscriptions')"/>
</hbox>
</vbox>
</deck>
<description id="fromWebText" hidden="true">&fromWeb.description;</description>
<groupbox id="differentSubscription">
- <label value="&title.label;" accesskey="&title.accesskey;" control="title"/>
+ <label value="&title.label;" control="title"/>
<textbox id="title"/>
- <label value="&location.label;" accesskey="&location.accesskey;" control="location"/>
+ <label value="&location.label;" control="location"/>
<textbox id="location"/>
</groupbox>
<description id="supplementMessage" invisible="true" _textTemplate="&supplementMessage;">
&supplementMessage;
<label class="text-link" oncommand="">dummy dummy dummy dummy dummy dummy dummy dummy dummy dummy</label>
</description>
- <checkbox id="addMainSubscription" invisible="true" checked="true" _labelTemplate="&addMain.label;" label="&addMain.label;" accesskey="&addMain.accesskey;"/>
+ <checkbox id="addMainSubscription" invisible="true" checked="true" _labelTemplate="&addMain.label;" label="&addMain.label;"/>
</dialog>

Powered by Google App Engine
This is Rietveld