summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2015-07-13 23:34:32 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-13 23:34:32 +0000
commit4bbdfc81dd9302f9ad2359e50e8fa73a42bcee14 (patch)
tree8548f60e389200f619a0473f6b1938c34619aed4
parentaecc99f49add5b4ca918f72f90e061f9116247ea (diff)
parentca758103543d7f5145ee93e876b7cf5b17b0fb37 (diff)
downloadandroid_packages_apps_Camera2-4bbdfc81dd9302f9ad2359e50e8fa73a42bcee14.tar.gz
android_packages_apps_Camera2-4bbdfc81dd9302f9ad2359e50e8fa73a42bcee14.tar.bz2
android_packages_apps_Camera2-4bbdfc81dd9302f9ad2359e50e8fa73a42bcee14.zip
am ca758103: am c9b45d41: am 01c3f7ad: am e25f675a: Shorten location startup dialog string
* commit 'ca758103543d7f5145ee93e876b7cf5b17b0fb37': 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] -->