mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/18729 - Use consistent string naming for generic strings (https://github.com/mozilla-mobile/fenix/pull/18730)
This commit is contained in:
parent
e8ed69bae5
commit
5224c11879
@ -504,8 +504,8 @@ open class DefaultToolbarMenu(
|
||||
primaryStateIconResource = R.drawable.ic_bookmark_outline,
|
||||
secondaryStateIconResource = R.drawable.ic_bookmark_filled,
|
||||
tintColorResource = accentBrightTextColor(),
|
||||
primaryLabel = context.getString(R.string.add_label),
|
||||
secondaryLabel = context.getString(R.string.edit_label),
|
||||
primaryLabel = context.getString(R.string.add),
|
||||
secondaryLabel = context.getString(R.string.edit),
|
||||
isInPrimaryState = { !isCurrentUrlBookmarked }
|
||||
) {
|
||||
handleBookmarkItemTapped()
|
||||
|
@ -8,9 +8,9 @@
|
||||
<!-- A 'Save' string to be used for labeling UI elements. -->
|
||||
<string name="save">Save</string>
|
||||
<!-- An 'Add' string to be used for labeling UI elements. -->
|
||||
<string name="add_label">Add</string>
|
||||
<!-- A 'Edit' string to be used for labeling UI elements. -->
|
||||
<string name="edit_label">Edit</string>
|
||||
<string name="add">Add</string>
|
||||
<!-- An 'Edit' string to be used for labeling UI elements. -->
|
||||
<string name="edit">Edit</string>
|
||||
|
||||
<!-- App name for private browsing mode. The first parameter is the name of the app defined in app_name (for example: Fenix)-->
|
||||
<string name="app_name_private_5">Private %s</string>
|
||||
@ -1644,8 +1644,6 @@
|
||||
<string name="save_changes_to_login">Save changes to login.</string>
|
||||
<!-- The button description to discard changes to an edited login. -->
|
||||
<string name="discard_changes">Discard changes</string>
|
||||
<!-- The page title for editing a saved login. -->
|
||||
<string name="edit">Edit</string>
|
||||
<!-- The error message in edit login view when password field is blank. -->
|
||||
<string name="saved_login_password_required">Password required</string>
|
||||
<!-- Voice search button content description -->
|
||||
|
Loading…
Reference in New Issue
Block a user