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

Commit 816eb086 authored by Brian Attwell's avatar Brian Attwell Committed by Android Git Automerger
Browse files

am 90037153: Avoid using donottranslate_config

* commit '90037153':
  Avoid using donottranslate_config
parents 3fcfb7c2 90037153
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -42,7 +42,4 @@
    <!-- Help URL pointing to editing contacts in People. This is intentionally empty because
         the overlay will fill this in during build time. -->
    <string name="help_url_people_edit"></string>

    <!-- File Authority for the photo picker -->
    <string name="photo_file_provider_authority">com.android.contacts.files</string>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -722,4 +722,6 @@
    <!-- Prefix for messages that you sent [CHAR LIMIT=40] -->
    <string name="message_from_you_prefix">You: <xliff:g id="sms_body">%s</xliff:g></string>

    <!-- File Authority for the photo picker -->
    <string name="photo_file_provider_authority" translatable="false">com.android.contacts.files</string>
</resources>