OSDN Git Service

Fix 5420843 [UI] Text strings for selecting images/album for Gallery widget are confusing
authorRay Chen <raychen@google.com>
Fri, 28 Oct 2011 04:01:49 +0000 (12:01 +0800)
committerRay Chen <raychen@google.com>
Fri, 28 Oct 2011 04:01:49 +0000 (12:01 +0800)
Change-Id: Icd160f688496c5e9e70c13889e9e393cad0dc428

res/layout/choose_widget_type.xml
res/values/strings.xml

index 7da8dd1..5f1739a 100644 (file)
             android:layout_weight="1"
             android:minHeight="48dp"
             android:text="@string/widget_type_album"/>
-    <RadioButton android:id="@+id/widget_type_shuffle"
+    <RadioButton android:id="@+id/widget_type_photo"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:minHeight="48dp"
-            android:text="@string/widget_type_shuffle"/>
-    <RadioButton android:id="@+id/widget_type_photo"
+            android:text="@string/widget_type_photo"/>
+    <RadioButton android:id="@+id/widget_type_shuffle"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:layout_weight="1"
             android:minHeight="48dp"
-            android:text="@string/widget_type_photo"/>
+            android:text="@string/widget_type_shuffle"/>
     <View android:layout_width="match_parent"
             android:layout_height="1dp"
             android:layout_weight="0"
index 74ba1f3..f27d82f 100644 (file)
     <!-- Title prompted for user to choose a video item [CHAR LIMIT=20] -->
     <string name="select_video">Select video</string>
     <!-- Title prompted for user to choose a media object [CHAR LIMIT=20] -->
-    <string name="select_item">Select item(s)</string>
+    <string name="select_item">Select item</string>
     <!-- Title prompted for user to choose an album [CHAR LIMIT=20] -->
-    <string name="select_album">Select album(s)</string>
+    <string name="select_album">Select album</string>
     <!-- Title prompted for user to choose a group [CHAR LIMIT=20] -->
-    <string name="select_group">Select group(s)</string>
+    <string name="select_group">Select group</string>
 
     <!-- Displayed in the title of the dialog for things to do with a picture
              that is to be "set as" (e.g. set as contact photo or set as wallpaper) -->
     <string name="click_import">Touch here to import</string>
 
     <!-- The label on the radio button for the widget type that shows the images randomly. [CHAR LIMIT=30]-->
-    <string name="widget_type_album">Images from an album</string>
+    <string name="widget_type_album">Choose an album</string>
     <!-- The label on the radio button for the widget type that shows the images in an album. [CHAR LIMIT=30]-->
     <string name="widget_type_shuffle">Shuffle all images</string>
     <!-- The label on the radio button for the widget type that shows only one image. [CHAR LIMIT=30]-->
     <string name="widget_type_photo">Choose an image</string>
 
     <!-- The title of the dialog for choosing the type of widget. [CHAR LIMIT=20] -->
-    <string name="widget_type">Widget type</string>
+    <string name="widget_type">Choose images</string>
 
     <!-- Title of the Android Dreams slideshow screensaver. [CHAR LIMIT=20] -->
     <string name="slideshow_dream_name">Slideshow</string>