diff options
Diffstat (limited to 'toolkit/mozapps/extensions/content/update.xul')
-rw-r--r-- | toolkit/mozapps/extensions/content/update.xul | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/toolkit/mozapps/extensions/content/update.xul b/toolkit/mozapps/extensions/content/update.xul index 094651fa5f..9f5f35196e 100644 --- a/toolkit/mozapps/extensions/content/update.xul +++ b/toolkit/mozapps/extensions/content/update.xul @@ -1,9 +1,9 @@ <?xml version="1.0"?> -# -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. +<!-- -*- Mode: XML; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- --> +<!-- This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. --> <?xml-stylesheet href="chrome://global/skin/" type="text/css"?> <?xml-stylesheet href="chrome://mozapps/skin/extensions/update.css" type="text/css"?> @@ -100,11 +100,7 @@ oncommand="gUpdateWizard.shouldAutoCheck = this.checked;"/> </vbox> <separator flex="1"/> -#ifndef XP_MACOSX <label>&clickFinish.label;</label> -#else - <label>&clickFinish.labelMac;</label> -#endif <separator class="thin"/> </wizardpage> @@ -144,11 +140,7 @@ <description flex="1">&installerrors.intro.label;</description> </hbox> <separator flex="1"/> -#ifndef XP_MACOSX <label>&clickFinish.label;</label> -#else - <label>&clickFinish.labelMac;</label> -#endif <separator class="thin"/> </wizardpage> @@ -161,11 +153,7 @@ <description flex="1">&adminDisabled.warning.label;</description> </hbox> <separator flex="1"/> -#ifndef XP_MACOSX <label>&clickFinish.label;</label> -#else - <label>&clickFinish.labelMac;</label> -#endif <separator class="thin"/> </wizardpage> @@ -184,11 +172,7 @@ oncommand="gUpdateWizard.shouldAutoCheck = this.checked;"/> </vbox> <separator flex="1"/> -#ifndef XP_MACOSX <label>&clickFinish.label;</label> -#else - <label>&clickFinish.labelMac;</label> -#endif <separator class="thin"/> </wizardpage> |