Avoid using donottranslate_config
I should have avoided using donottranslate_config.xml. I assume
this file works the same as donottranslate.xml. But I'm not certain
and I don't want to risk this. Plus, its a weird file which is used
for manual translations and help link overlays.
Mixing it with non-translated strings is going to confuse people.
Bug: 17668051
Change-Id: I395e081ed96af11a51cf18c9d9d07f2ef20bb612
diff --git a/res/values/donottranslate_config.xml b/res/values/donottranslate_config.xml
index eda9487..5fc4f89 100644
--- a/res/values/donottranslate_config.xml
+++ b/res/values/donottranslate_config.xml
@@ -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>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 2d39407..8d1c405 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -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>