Bug 1489825 - Move string for calendar preferences label to mail's preferences.dtd; r=aceman, Fallen
This commit is contained in:
Родитель
09cbee9082
Коммит
8fa1f89273
|
@ -16,9 +16,6 @@ var gLightningPane = {
|
|||
ltnPrefs.addEventListener("select", gLightningPane.tabSelectionChanged.bind(this));
|
||||
this.mInitialized = true;
|
||||
|
||||
let categoryButton = document.querySelector('#category-box radio[pane="paneLightning"]');
|
||||
categoryButton.label = document.getElementById("paneLightning").label;
|
||||
|
||||
let elements = document.querySelectorAll("#paneLightning preference");
|
||||
for (let element of elements) {
|
||||
element.updateElements();
|
||||
|
|
|
@ -53,6 +53,6 @@
|
|||
#include privacy.inc.xul
|
||||
#include security.inc.xul
|
||||
#include applications.inc.xul
|
||||
<prefpane id="paneLightning"/>
|
||||
<prefpane id="paneLightning" label="&paneLightning.title;"/>
|
||||
#include advanced.inc.xul
|
||||
</preftab>
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
<!ENTITY paneAttachments.title "Attachments">
|
||||
<!ENTITY panePrivacy.title "Privacy">
|
||||
<!ENTITY paneSecurity.title "Security">
|
||||
<!ENTITY paneLightning.title "Calendar">
|
||||
<!ENTITY paneAdvanced.title "Advanced">
|
||||
<!ENTITY paneAccount.title "Accounts">
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче