1
0
Fork 0

No issue: Move bookmark delete string to be translated

master
Emily Kager 2020-02-05 09:13:54 +01:00 committed by Emily Kager
parent ac39b420b4
commit fb80754a4e
2 changed files with 3 additions and 4 deletions

View File

@ -18,10 +18,6 @@
<string name="intent_extra_session" translatable="false">android.support.customtabs.extra.SESSION</string>
<string name="intent_extra_auth" translatable="false">support.customtabs.extra.AUTH</string>
<!-- 1.0.1 strings -->
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation" translatable="false">Are you sure you want to delete this bookmark?</string>
<!--suppress CheckTagEmptyBody This is a default value for places where we don't want a string set-->
<string name="empty_string" translatable="false"></string>

View File

@ -1210,4 +1210,7 @@
<string name="confirm_clear_permission_site">Are you sure that you want to clear this permission for this site?</string>
<!-- label shown when there are not site exceptions to show in the site exception settings -->
<string name="no_site_exceptions">No site exceptions</string>
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">Are you sure you want to delete this bookmark?</string>
</resources>