Fix unescaped quote

This commit is contained in:
mhmdanas 2020-11-30 19:52:38 +03:00
parent 506c4ce701
commit 4277b6e262
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@
<string name="export_data_title">Export database</string>
<string name="clear_cookie_title">Clear reCAPTCHA cookies</string>
<string name="recaptcha_cookies_cleared">reCAPTCHA cookies have been cleared</string>
<string name="import_data_summary">Overrides everything except download history (and settings if you don't import them)</string>
<string name="import_data_summary">Overrides everything except download history (and settings if you don\'t import them)</string>
<string name="export_data_summary">Export everything except download history</string>
<string name="clear_cookie_summary">Clear cookies that NewPipe stores when you solve a reCAPTCHA</string>
<string name="clear_views_history_title">Clear watch history</string>