diff options
| author | Anton Hansson <hansson@google.com> | 2018-11-27 18:23:29 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-11-27 18:23:29 +0000 |
| commit | bbcaabe40dc47ec73bc590357c99b33779584414 (patch) | |
| tree | a3cb96b245a471727e75e38d46253f9a066974bc /core | |
| parent | f8c9314fb588d763780434ab531ff87370548fde (diff) | |
| parent | eb215c0d331857578cc2dd249931d21870c44f5a (diff) | |
Merge "Rephrase progress_erasing to be generic"
Diffstat (limited to 'core')
| -rw-r--r-- | core/res/res/values/strings.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 9204ee438aa5..af291c369ccc 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3873,10 +3873,8 @@ <string name="action_mode_done">Done</string> <!-- Strings for MasterClearReceiver. --> - <!-- Text for progress dialog while erasing USB storage volume [CHAR LIMIT=NONE] --> - <string name="progress_erasing" product="nosdcard">Erasing USB storage\u2026</string> - <!-- Text for progress dialog while erasing SD card [CHAR LIMIT=NONE] --> - <string name="progress_erasing" product="default">Erasing SD card\u2026</string> + <!-- Text for progress dialog while erasing the shared storage volume [CHAR LIMIT=NONE] --> + <string name="progress_erasing">Erasing shared storage\u2026</string> <!-- Text for WebView's text selection Action Mode --> <!-- ActionBar action to share the current selection [CHAR LIMIT=10] --> |
