mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
Merge pull request #1938 from deltachat/adb-fix-strings
escape apostrophe
This commit is contained in:
@@ -376,7 +376,7 @@
|
||||
|
||||
<!-- punycode warning / labeled links -->
|
||||
<!-- placeholder is domain/hostname that should be trusted -->
|
||||
<string name="open_external_url_trust_domain">Don't ask again for %1$s</string>
|
||||
<string name="open_external_url_trust_domain">Don\'t ask again for %1$s</string>
|
||||
<string name="puny_code_warning_header">Suspicious link detected</string>
|
||||
<!-- placeholder contains the hostname converted to ascii -->
|
||||
<string name="puny_code_warning_question">Are you sure you want to visit %1$s?</string>
|
||||
|
||||
Reference in New Issue
Block a user