fix string backslash
This commit is contained in:
parent
c198c78b51
commit
8d095cfb0e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
- For wording and consistency, please note http://osmand.net/help-online?id=technical-articles#Creating_a_Consistent_User_Experience
|
||||
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>
|
||||
<string name="search_no_results_description">No results?\nTell us about this.</string>
|
||||
<string name="send_search_query">Send search query?</string>
|
||||
|
|
Loading…
Reference in a new issue