Bug 1007264 - Opt-in message for stumbling updated according to text in bug. r=rnewman

This commit is contained in:
Garvan Keeley 2014-10-10 13:15:00 -04:00
parent ba53a2f88d
commit 1e169559d7
3 changed files with 3 additions and 4 deletions

View File

@ -266,8 +266,7 @@ size. -->
(crashReporterSection.label) in en-US/chrome/browser/preferences/advanced.dtd.-->
<!ENTITY datareporting_crashreporter_title_short "Crash Reporter">
<!ENTITY datareporting_wifi_title2 "&vendorShortName; Location Service">
<!ENTITY datareporting_wifi_geolocation_summary "Receives Wi-Fi and cellular location data when running in the background and shares it with &vendorShortName; to improve our geolocation service">
<!ENTITY datareporting_wifi_geolocation_summary2 "Shares approximate Wi-Fi and cellular location of your device with &vendorShortName; to improve our geolocation service">
<!-- Localization note (pref_update_autodownload2) : This should mention downloading
specifically, since the pref only prevents automatic downloads and not the
actual notification that an update is available. -->

View File

@ -261,7 +261,7 @@
<string name="datareporting_crashreporter_title_short">&datareporting_crashreporter_title_short;</string>
<string name="datareporting_crashreporter_summary">&datareporting_crashreporter_summary;</string>
<string name="datareporting_wifi_title">&datareporting_wifi_title2;</string>
<string name="datareporting_wifi_geolocation_summary">&datareporting_wifi_geolocation_summary;</string>
<string name="datareporting_wifi_geolocation_summary">&datareporting_wifi_geolocation_summary2;</string>
<string name="go">&go;</string>
<string name="search">&search;</string>

View File

@ -172,7 +172,7 @@ public class testSettingsMenuItems extends PixelTest {
if (AppConstants.MOZ_STUMBLER_BUILD_TIME_ENABLED) {
// Anonymous cell tower/wifi collection
String[] networkReportingUi = { "Mozilla Location Service", "Receives Wi-Fi and cellular location data when running in the background and shares it with Mozilla to improve our geolocation service" };
String[] networkReportingUi = { "Mozilla Location Service", "Shares approximate Wi-Fi and cellular location of your device with Mozilla to improve our geolocation service" };
settingsMap.get(PATH_MOZILLA).add(networkReportingUi);
String[] learnMoreUi = { "Learn more" };