Bug 886231 - Rename datareporting_fhr_summary to reflect string change (follow-up from Bug 879558). r=trivial

This commit is contained in:
Richard Newman 2013-06-24 08:40:35 -07:00
parent 52d152e082
commit 64a8beb86e
3 changed files with 4 additions and 4 deletions

View File

@ -140,14 +140,14 @@ size. -->
<!ENTITY datareporting_notification_summary_short "To improve your experience, &brandShortName;…">
<!ENTITY datareporting_notification_ticker_text "&datareporting_notification_title;: &datareporting_notification_action_long;">
<!-- Localization note (datareporting_fhr_title, datareporting_fhr_summary,
<!-- Localization note (datareporting_fhr_title, datareporting_fhr_summary2,
reporting_telemetry_title, datareporting_telemetry_summary,
datareporting_crashreporter_summary) : These match the strings in
en-US/chrome/browser/preferences/advanced.dtd (healthReportSection.label,
healthReportDesc.label, telemetrySection.label, telemetryDesc.label,
crashReporterDesc.label). -->
<!ENTITY datareporting_fhr_title "&brandShortName; Health Report">
<!ENTITY datareporting_fhr_summary "Shares data with &vendorShortName; about your browser health and helps you understand your browser performance">
<!ENTITY datareporting_fhr_summary2 "Shares data with &vendorShortName; about your browser health and helps you understand your browser performance">
<!ENTITY datareporting_abouthr_title "View my Health Report">
<!ENTITY datareporting_telemetry_title "Telemetry">
<!ENTITY datareporting_telemetry_summary "Shares performance, usage, hardware and customization data about your browser with &vendorShortName; to help us make &brandShortName; better">

View File

@ -24,7 +24,7 @@
<CheckBoxPreference android:key="android.not_a_preference.healthreport.uploadEnabled"
android:title="@string/datareporting_fhr_title"
android:summary="@string/datareporting_fhr_summary"
android:summary="@string/datareporting_fhr_summary2"
android:defaultValue="true" />
<org.mozilla.gecko.AlignRightLinkPreference android:key="android.not_a_preference.healthreport.link"

View File

@ -144,7 +144,7 @@
<string name="datareporting_telemetry_title">&datareporting_telemetry_title;</string>
<string name="datareporting_telemetry_summary">&datareporting_telemetry_summary;</string>
<string name="datareporting_fhr_title">&datareporting_fhr_title;</string>
<string name="datareporting_fhr_summary">&datareporting_fhr_summary;</string>
<string name="datareporting_fhr_summary2">&datareporting_fhr_summary2;</string>
<string name="datareporting_abouthr_title">&datareporting_abouthr_title;</string>
<string name="datareporting_crashreporter_title_short">&datareporting_crashreporter_title_short;</string>
<string name="datareporting_crashreporter_summary">&datareporting_crashreporter_summary;</string>