am a8e68812: am 315bca80: am 0463cad7: Maybe make strings happy?

* commit 'a8e68812e6d64899fb3c45aef1248bad0d23a1dd':
  Maybe make strings happy?
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 250a7c6..876ad7b9 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -4199,6 +4199,7 @@
 
     <!-- Label describing the number of selected items [CHAR LIMIT=48] -->
     <plurals name="selected_count">
+        <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> selected</item>
         <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> selected</item>
     </plurals>
 </resources>