diff options
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index d26a73baf..cafa42442 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -41,7 +41,7 @@ <!-- Accessibility string used as a label for a particular wallpaper in the Wallpaper Picker list. e.g. "Wallpaper 3 of 10" --> <string name="wallpaper_accessibility_name">Wallpaper %1$d of %2$d</string> - <!-- Accessibility string used to announce that an item has been selected. --> + <!-- Accessibility string used to announce that a wallpaper has been selected. --> <string name="announce_selection">Selected <xliff:g id="label" example="Wallpaper 3 of 10">%1$s</xliff:g></string> <!-- Label on button to delete wallpaper(s) --> |