fix string backslash

This commit is contained in:
Chumva 2018-07-23 17:19:17 +03:00
parent c198c78b51
commit 8d095cfb0e

View file

@ -10,7 +10,7 @@
- For wording and consistency, please note http://osmand.net/help-online?id=technical-articles#Creating_a_Consistent_User_Experience - For wording and consistency, please note http://osmand.net/help-online?id=technical-articles#Creating_a_Consistent_User_Experience
Thx - Hardy Thx - Hardy
--> -->
<string name="send_search_query_description"><![CDATA[We will send your search query: <b>"%1$s"</b>, as well as your location.<br/><br/> <string name="send_search_query_description"><![CDATA[We will send your search query: <b>\"%1$s\"</b>, as well as your location.<br/><br/>
We do not collect personal information, we only need search data to improve the search algorithm.<br/>]]></string> We do not collect personal information, we only need search data to improve the search algorithm.<br/>]]></string>
<string name="search_no_results_description">No results?\nTell us about this.</string> <string name="search_no_results_description">No results?\nTell us about this.</string>
<string name="send_search_query">Send search query?</string> <string name="send_search_query">Send search query?</string>