summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2015-07-10 16:46:40 -0700
committerAlan Newberger <alann@google.com>2015-07-10 16:46:40 -0700
commite25f675a189f56df57d08b62fa3604843dfee4a8 (patch)
tree9c86b738681fc901c3087f58bc332e7ad9f7111a
parent00720781f6703de532ddbc05238db5bf5fd7cd2d (diff)
downloadCamera2-e25f675a189f56df57d08b62fa3604843dfee4a8.tar.gz
Shorten location startup dialog string
BUG=21706101 Change-Id: I66164d43830cb71bb3a24f0f996a533358cb7d7e
-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 1df88030f..00618daa0 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -682,7 +682,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] -->