diff options
| author | 2017-08-23 17:19:06 -0400 | |
|---|---|---|
| committer | 2017-08-23 17:19:06 -0400 | |
| commit | 07eec8db3b2b2790a866b0b4d69a8fa278b9263c (patch) | |
| tree | cd6d4aece9c028dfcff5d20aa5340c4d55e03b34 | |
| parent | 4329f8ee977964f56264cfa738f3daec6ef3d38e (diff) | |
Consistently uses ASCII numbers in notif category translation.
Bug: 64947172
Test: manual
Change-Id: I3f18be578bd441cecdd22af221953c9bf0c64666
| -rw-r--r-- | packages/SystemUI/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values/strings.xml b/packages/SystemUI/res/values/strings.xml index 340b2e167e7b..7ccb6b0db128 100644 --- a/packages/SystemUI/res/values/strings.xml +++ b/packages/SystemUI/res/values/strings.xml @@ -1466,8 +1466,8 @@ <!-- Notification: Control panel: Label that shows how many channels this application has defined, describing the current notification channel as "1 out of n notification categories from this app". --> <plurals name="notification_num_channels_desc"> - <item quantity="one">1 out of <xliff:g id="number">%d</xliff:g> notification category from this app</item> - <item quantity="other">1 out of <xliff:g id="number">%d</xliff:g> notification categories from this app</item> + <item quantity="one">1 out of <xliff:g id="number">%s</xliff:g> notification category from this app</item> + <item quantity="other">1 out of <xliff:g id="number">%s</xliff:g> notification categories from this app</item> </plurals> <!-- Notification: Control panel: For bundles of notifications, this label that lists the |