OSDN Git Service

Clarify string translation.
authorFan Zhang <zhfan@google.com>
Tue, 19 Jul 2016 16:37:47 +0000 (09:37 -0700)
committerFan Zhang <zhfan@google.com>
Tue, 19 Jul 2016 16:40:31 +0000 (09:40 -0700)
Bug: 30196308

Clarify ringtong volume string format and add an example.

Change-Id: I52769d5d274c7502f73ac25e8e1ce9ae6d0b87a5

res/values/strings.xml

index 3b8755d..bbbc610 100644 (file)
 
 
     <!-- Sounds and Notification -->
-    <!-- Sound: Dashboard summary. [CHAR LIMIT=100] -->
-    <string name="sound_settings_summary">Ring volume at <xliff:g id="percentage" example="2">%1$s</xliff:g></string>
+    <!-- Sound: Dashboard summary indicating the volume of ringtong. example: Ring volume at 20%.
+    [CHAR LIMIT=100] -->
+    <string name="sound_settings_summary">Ring volume at <xliff:g id="percentage" example="2%">%1$s</xliff:g></string>
 
     <!-- Sound: Dashboard summary example used in Setup Wizard preview screen. [CHAR LIMIT=100] -->
     <string name="sound_settings_example_summary">Ring volume at 80%</string>