From c382e129966d4e33c53d8a4eb0d5fac19f9cfd0e Mon Sep 17 00:00:00 2001 From: Jean-Bernard Marcon Date: Sat, 14 May 2011 12:26:28 +0200 Subject: [PATCH] Bug 655720 - rewording suggestion 'Press' instead of 'click' [r=vingtetun] --- mobile/chrome/content/browser.js | 2 +- mobile/locales/en-US/chrome/browser.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/chrome/content/browser.js b/mobile/chrome/content/browser.js index 5954eb8b406..3a69845307b 100644 --- a/mobile/chrome/content/browser.js +++ b/mobile/chrome/content/browser.js @@ -2331,7 +2331,7 @@ var XPInstallObserver = { buttons = []; } else { - messageString = strings.formatStringFromName("xpinstallDisabledMessage", [brandShortName, host], 2); + messageString = strings.formatStringFromName("xpinstallDisabledMessage2", [brandShortName, host], 2); buttons = [{ label: strings.GetStringFromName("xpinstallDisabledButton"), accessKey: null, diff --git a/mobile/locales/en-US/chrome/browser.properties b/mobile/locales/en-US/chrome/browser.properties index 2ead1b058c0..3ead1ede883 100644 --- a/mobile/locales/en-US/chrome/browser.properties +++ b/mobile/locales/en-US/chrome/browser.properties @@ -125,7 +125,7 @@ popupButtonNeverWarn2=Never Show xpinstallPromptWarning=%S prevented this site (%S) from asking you to install software on your device. xpinstallPromptAllowButton=Allow xpinstallDisabledMessageLocked=Software installation has been disabled by your system administrator. -xpinstallDisabledMessage=Software installation is currently disabled. Click Enable and try again. +xpinstallDisabledMessage2=Software installation is currently disabled. Press Enable and try again. xpinstallDisabledButton=Enable # Site Identity