Bug 1291270 - Update updater string to distinguish from download and install more clearly, r=sebastian

MozReview-Commit-ID: B4hR8aonESh

--HG--
extra : rebase_source : b753a3670ba870a6b53a3e416ebdaf45ffd5d9a9
This commit is contained in:
maliu 2016-11-22 18:38:59 +08:00
parent cf6fb9d85b
commit 52155b4a89
2 changed files with 4 additions and 4 deletions

View File

@ -701,8 +701,8 @@ just addresses the organization to follow, e.g. "This site is run by " -->
<!ENTITY updater_downloading_select2 "Touch to apply update once downloaded">
<!ENTITY updater_downloading_retry2 "Touch to retry">
<!ENTITY updater_apply_title2 "Update available for &brandShortName;">
<!ENTITY updater_apply_select2 "Touch to update">
<!ENTITY updater_apply_title3 "Update downloaded for &brandShortName;">
<!ENTITY updater_apply_select3 "Touch to install">
<!-- Localization note (updater_permission_text): This text is shown in a notification and as a snackbar
if the app requires a runtime permission to download updates. Currently, the updater only sees

View File

@ -544,8 +544,8 @@
<string name="updater_downloading_select">&updater_downloading_select2;</string>
<string name="updater_downloading_retry">&updater_downloading_retry2;</string>
<string name="updater_apply_title">&updater_apply_title2;</string>
<string name="updater_apply_select">&updater_apply_select2;</string>
<string name="updater_apply_title">&updater_apply_title3;</string>
<string name="updater_apply_select">&updater_apply_select3;</string>
<string name="updater_permission_title">&brandShortName;</string>
<string name="updater_permission_text">&updater_permission_text;</string>