summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2015-07-14 00:42:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-14 00:42:18 +0000
commitaf82013931eb7e2d9601228c076d097d4116df10 (patch)
tree4b6dbf38946d03c857f41808e184c6a282a41a54
parentb0ffb4f9fb8eb58893e0a8de95739d71935cb67b (diff)
parent4bbdfc81dd9302f9ad2359e50e8fa73a42bcee14 (diff)
downloadandroid_packages_apps_Camera2-af82013931eb7e2d9601228c076d097d4116df10.tar.gz
android_packages_apps_Camera2-af82013931eb7e2d9601228c076d097d4116df10.tar.bz2
android_packages_apps_Camera2-af82013931eb7e2d9601228c076d097d4116df10.zip
am 4bbdfc81: am ca758103: am c9b45d41: am 01c3f7ad: am e25f675a: Shorten location startup dialog string
* commit '4bbdfc81dd9302f9ad2359e50e8fa73a42bcee14': Shorten location startup dialog string
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4e98a7a48..923a068c4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -685,7 +685,7 @@
<!-- Title for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=50] -->
<string name="remember_location_title">Remember photo locations?</string>
<!-- Message for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=None] -->
- <string name="remember_location_prompt">Tag your photos and videos with the locations where they are taken.\n\nOther apps can access this information along with your saved images.</string>
+ <string name="remember_location_prompt">Tag your photos and videos with the locations where they\'re taken.</string>
<!-- Negative answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->
<string name="remember_location_no">No thanks</string>
<!-- Positive answer for first run dialog asking if the user wants to remember photo locations [CHAR LIMIT=20] -->