1
0
Fork 0

For #1495 - Reverts editing translated string and creates a new string

master
Jeff Boek 2019-04-15 11:06:00 -07:00 committed by Colin Lee
parent 353270a5c7
commit 658f6dcf23
2 changed files with 4 additions and 2 deletions

View File

@ -370,7 +370,7 @@ class BrowserFragment : Fragment(), BackHandler, CoroutineScope {
)
)
}
.setText(getString(R.string.bookmark_created_snackbar))
.setText(getString(R.string.bookmark_saved_snackbar))
.show()
}
}

View File

@ -295,8 +295,10 @@
<string name="bookmark_select_folder">Select folder</string>
<!-- Screen title for adding a bookmarks folder -->
<string name="bookmark_add_folder">Add folder</string>
<!-- deprecated: Snackbar title shown after a bookmark has been created. -->
<string name="bookmark_created_snackbar">Bookmark created.</string>
<!-- Snackbar title shown after a bookmark has been created. -->
<string name="bookmark_created_snackbar">Bookmark saved!</string>
<string name="bookmark_saved_snackbar">Bookmark saved!</string>
<!-- Snackbar edit button shown after a bookmark has been created. -->
<string name="edit_bookmark_snackbar_action">EDIT</string>