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

Commit d0394d3d authored by Alina Zaidi's avatar Alina Zaidi Committed by Automerger Merge Worker
Browse files

Merge "Rename strings for no search results and no widgets in widget picker."...

Merge "Rename strings for no search results and no widgets in widget picker." into sc-dev am: a5ee592a

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15062770

Change-Id: Idc4c43f466584709a0dc491c3999fb00f9161da4
parents 6b4c93b0 a5ee592a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -33,6 +33,8 @@
            android:layout_height="match_parent"
            android:gravity="center"
            android:visibility="gone"
            android:fontFamily="sans-serif-medium"
            android:textSize="20sp"
            tools:text="No widgets available" />

        <!-- Fast scroller popup -->
+5 −5
Original line number Diff line number Diff line
@@ -85,12 +85,12 @@
    <!-- Spoken text for screen readers. This text lets a user know that the button is used to clear
         the text that the user entered in the search box. [CHAR_LIMIT=none] -->
    <string name="widgets_full_sheet_cancel_button_description">Clear text from search box</string>
    <!-- Text shown when there is no widgets shown in the popup view showing all available widgets
         installed on the device. [CHAR_LIMIT=none] -->
    <string name="no_widgets_available">No widgets available</string>
    <!-- Text shown when there are no matching widget search results for user's search query.
    <!-- Text shown when there are no widgets or shortcuts that can be added to the device.
         [CHAR_LIMIT=none] -->
    <string name="no_search_results">No search results</string>
    <string name="no_widgets_available">Widgets and shortcuts aren\'t available</string>
    <!-- Text shown when there are no matching widget or shortcut search results for user's search
         query. [CHAR_LIMIT=none] -->
    <string name="no_search_results">No widgets or shortcuts found</string>
    <!-- Tab label. A user can tap this tab to access their personal widgets. [CHAR_LIMIT=25] -->
    <string name="widgets_full_sheet_personal_tab">Personal</string>
    <!-- Tab label. A user can tap this tab to access their work widgets. [CHAR_LIMIT=25] -->