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

Commit 55732ba1 authored by Jan Althaus's avatar Jan Althaus
Browse files

Changing assist item strings to verbs

Bug: 67667478
Test: N/A
Change-Id: I4eea394060fdc533a9090ad31b052379615467bb
parent 38a99f5e
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2678,19 +2678,19 @@
    <string name="email">Email</string>

    <!-- Label for item in the text selection menu to trigger a Dialer app [CHAR LIMIT=20] -->
    <string name="dial">Phone</string>
    <string name="dial">Call</string>

    <!-- Label for item in the text selection menu to trigger a Map app [CHAR LIMIT=20] -->
    <string name="map">Maps</string>
    <string name="map">Locate</string>

    <!-- Label for item in the text selection menu to trigger a Browser app [CHAR LIMIT=20] -->
    <string name="browse">Browser</string>
    <string name="browse">Open</string>

    <!-- Label for item in the text selection menu to trigger an SMS app [CHAR LIMIT=20] -->
    <string name="sms">SMS</string>
    <string name="sms">Message</string>

    <!-- Label for item in the text selection menu to trigger adding a contact [CHAR LIMIT=20] -->
    <string name="add_contact">Contact</string>
    <string name="add_contact">Add</string>

    <!-- If the device is getting low on internal storage, a notification is shown to the user.  This is the title of that notification. -->
    <string name="low_internal_storage_view_title">Storage space running out</string>