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

Commit f20205d2 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Fixing wrong title case for some strings am: f5a09fe6

Change-Id: I754393a6f1f8cf0924eab875634aa42fffc31549
parents 46387deb f5a09fe6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -59,11 +59,11 @@

    <!-- All Apps -->
    <!-- Search bar text in the apps view. [CHAR_LIMIT=50] -->
    <string name="all_apps_search_bar_hint">Search Apps</string>
    <string name="all_apps_search_bar_hint">Search apps</string>
    <!-- Loading apps text. [CHAR_LIMIT=50] -->
    <string name="all_apps_loading_message">Loading Apps&#8230;</string>
    <string name="all_apps_loading_message">Loading apps&#8230;</string>
    <!-- No-search-results text. [CHAR_LIMIT=50] -->
    <string name="all_apps_no_search_results">No Apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
    <string name="all_apps_no_search_results">No apps found matching \"<xliff:g id="query" example="Android">%1$s</xliff:g>\"</string>
    <!-- Label for the button which allows the user to get app search results. [CHAR_LIMIT=50] -->
    <string name="all_apps_search_market_message">Search for more apps</string>