Commit 6c42a51f authored by Boris Sazonov's avatar Boris Sazonov Committed by Commit Bot

Use more inclusive language in android_chrome_strings.grd

Renames IDS_SYNC_ANDROID_MASTER_SYNC_DISABLED to
IDS_SYNC_ANDROID_SYSTEM_SYNC_DISABLED and adds a screenshot for this
string.

Bug: 1121973
Change-Id: Ifd49a44d3de5fc1397873e700d9325aa71b36d8f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377709
Auto-Submit: Boris Sazonov <bsazonov@chromium.org>
Commit-Queue: Mihai Sardarescu <msarda@chromium.org>
Reviewed-by: default avatarMihai Sardarescu <msarda@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801784}
parent d8379ff8
...@@ -212,7 +212,7 @@ public class SyncSettingsUtils { ...@@ -212,7 +212,7 @@ public class SyncSettingsUtils {
Resources res = context.getResources(); Resources res = context.getResources();
if (!AndroidSyncSettings.get().doesMasterSyncSettingAllowChromeSync()) { if (!AndroidSyncSettings.get().doesMasterSyncSettingAllowChromeSync()) {
return res.getString(R.string.sync_android_master_sync_disabled); return res.getString(R.string.sync_android_system_sync_disabled);
} }
if (profileSyncService == null) { if (profileSyncService == null) {
......
...@@ -1396,7 +1396,7 @@ Your Google account may have other forms of browsing history like searches and a ...@@ -1396,7 +1396,7 @@ Your Google account may have other forms of browsing history like searches and a
</message> </message>
<!-- Sync strings in account management dialog --> <!-- Sync strings in account management dialog -->
<message name="IDS_SYNC_ANDROID_MASTER_SYNC_DISABLED" desc="Message to show when Android master sync flag is disabled"> <message name="IDS_SYNC_ANDROID_SYSTEM_SYNC_DISABLED" desc="Message to show when Android system-level sync flag is disabled">
Android system sync disabled Android system sync disabled
</message> </message>
<message name="IDS_SYNC_IS_DISABLED" desc="Message to show when Chrome sync is disabled"> <message name="IDS_SYNC_IS_DISABLED" desc="Message to show when Chrome sync is disabled">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment