No Issue - Moves string to static string until next export (#3274)

nightly-build-test
Jeff Boek 5 years ago committed by Colin Lee
parent 86aac3e313
commit b42b4df024

@ -13,4 +13,9 @@
<string name="about_content" translatable="false">
%1$s is produced by Mozilla.
</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>
</resources>

@ -431,8 +431,6 @@
<string name="bookmark_deletion_multiple_snackbar_message">Deleting selected bookmarks</string>
<!-- Bookmark undo button for deletion snackbar action -->
<string name="bookmark_undo_deletion">UNDO</string>
<!-- Bookmark deletion confirmation -->
<string name="bookmark_deletion_confirmation">Are you sure you want to delete this bookmark?</string>
<!-- Site Permissions -->
<!-- Button label that take the user to the Android App setting -->

Loading…
Cancel
Save