summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRay Chen <raychen@google.com>2011-11-03 03:04:14 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-11-03 03:04:14 -0700
commitda9f0c773aa6c9ba228f30811df35d2c601dfdb6 (patch)
treed854a633d1307910ded31857290924813462f1f2 /res
parenteda8303bebf12f60edf15a2abbc08b99a7c35eef (diff)
parent2a2108cfe1e73420acc9951122e9ea3825b97efe (diff)
downloadandroid_packages_apps_Gallery2-da9f0c773aa6c9ba228f30811df35d2c601dfdb6.tar.gz
android_packages_apps_Gallery2-da9f0c773aa6c9ba228f30811df35d2c601dfdb6.tar.bz2
android_packages_apps_Gallery2-da9f0c773aa6c9ba228f30811df35d2c601dfdb6.zip
Merge "Fix 5420843 [UI] Text strings for selecting images/album for Gallery widget are confusing" into ics-mr1
Diffstat (limited to 'res')
-rw-r--r--res/layout/choose_widget_type.xml8
-rw-r--r--res/values/strings.xml10
2 files changed, 9 insertions, 9 deletions
diff --git a/res/layout/choose_widget_type.xml b/res/layout/choose_widget_type.xml
index 7da8dd157..5f1739ad3 100644
--- a/res/layout/choose_widget_type.xml
+++ b/res/layout/choose_widget_type.xml
@@ -27,18 +27,18 @@
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"
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 74ba1f31b..f27d82f47 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -75,11 +75,11 @@
<!-- 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) -->
@@ -380,14 +380,14 @@
<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>