From 3721c9cebad8bdb7806109f07d25b1db4d81ff3a Mon Sep 17 00:00:00 2001 From: Philip Chee Date: Sun, 7 Aug 2011 02:22:19 +0800 Subject: [PATCH] Bug 676792 Improve string for 32-bit plugin restart. r=Neil r=Stefanh. --- suite/locales/en-US/chrome/common/notification.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/suite/locales/en-US/chrome/common/notification.properties b/suite/locales/en-US/chrome/common/notification.properties index 76a066997c..5b1d0a41d2 100644 --- a/suite/locales/en-US/chrome/common/notification.properties +++ b/suite/locales/en-US/chrome/common/notification.properties @@ -2,7 +2,12 @@ outdatedpluginsMessage.title=Some plugins used by this page are out of date. outdatedpluginsMessage.button.label=Update Plugins… outdatedpluginsMessage.button.accesskey=U -carbonfailurepluginsMessage.title=This page requires a plugin that can only run in 32-bit mode. +# LOCALIZATION NOTE (carbonfailurepluginsMessage.title): +# The English form of this string used to use the word "requires" but it was +# later thought that this word felt too aggressive and we now use "requests". +# Localizers can use use a word corresponding to "requests" or "requires" +# or both, depending on what matches the language best. +carbonfailurepluginsMessage.title=This page requests a plugin that can only run in 32-bit mode. carbonfailurepluginsMessage.button.label=Restart in 32-bit mode carbonfailurepluginsMessage.button.accesskey=R