diff options
| author | 2015-12-21 10:08:43 -0800 | |
|---|---|---|
| committer | 2015-12-21 10:08:43 -0800 | |
| commit | 8464831bf27cfe27980d0d86b96ba1c348792020 (patch) | |
| tree | 61a3d269e71ad92017e6c439e893c721070d7162 | |
| parent | e3daf13a49c9b9f97395289c4ec2160723886bd8 (diff) | |
Removed duplicated entry added by bad merging skills.
BUG: 26274653
Change-Id: I68c5e95739a57123591daeb3988532badb89046d
| -rw-r--r-- | core/res/res/values/strings.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 88fac1ed6b1a..347f2f912e41 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -518,13 +518,6 @@ <!-- Format for build summary info [CHAR LIMIT=NONE] --> <string name="bugreport_status" translatable="false">%s (%s)</string> - <!-- Toast message informing user in how many seconds a bugreport screenshot will be taken --> - <!-- DO NOT TRANSLATE YET: final phrasing still being discussed --> - <plurals name="bugreport_countdown"> - <item quantity="one">Taking screenshot for bug report in <xliff:g id="number">%d</xliff:g> second.</item> - <item quantity="other">Taking screenshot for bug report in <xliff:g id="number">%d</xliff:g> seconds.</item> - </plurals> - <!-- label for item that enables silent mode in phone options dialog --> <string name="global_action_toggle_silent_mode">Silent mode</string> |