Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da9f0c77 authored by Ray Chen's avatar Ray Chen Committed by Android (Google) Code Review
Browse files

Merge "Fix 5420843 [UI] Text strings for selecting images/album for Gallery...

Merge "Fix 5420843 [UI] Text strings for selecting images/album for Gallery widget are confusing" into ics-mr1
parents eda8303b 2a2108cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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"
+5 −5
Original line number Diff line number Diff line
@@ -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>