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

Commit 0f8970d7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Changing assist item strings to verbs"

parents fcf52c6f 55732ba1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2683,19 +2683,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>