[fenix] No issue: Update history search string ID

pull/600/head
Roger Yang 3 years ago committed by mergify[bot]
parent 36bdce4bcc
commit 2c4420c678

@ -55,7 +55,7 @@ class ToolbarView(
context, context.theme.resolveAttribute(R.attr.foundation)
)
edit.hint = context.getString(R.string.history_search)
edit.hint = context.getString(R.string.history_search_1)
edit.colors = edit.colors.copy(
text = context.getColorFromAttr(R.attr.primaryText),
@ -111,7 +111,7 @@ class ToolbarView(
val historySearchIcon = AppCompatResources.getDrawable(context, R.drawable.ic_history)
historySearchIcon?.let {
view.edit.setIcon(historySearchIcon, context.getString(R.string.history_search))
view.edit.setIcon(historySearchIcon, context.getString(R.string.history_search_1))
}
}
}

@ -7,7 +7,7 @@
<item
android:id="@+id/history_search"
android:icon="@drawable/mozac_ic_search"
android:title="@string/history_search"
android:title="@string/history_search_1"
app:iconTint="?primaryText"
app:showAsAction="ifRoom" />
<item

@ -706,7 +706,9 @@
<!-- History -->
<!-- Text for the button to search all history -->
<string name="history_search">Enter search terms</string>
<string name="history_search" moz:removedIn="99" tools:ignore="UnusedResources">Enter search term</string>
<!-- Text for the button to search all history -->
<string name="history_search_1">Enter search terms</string>
<!-- Text for the button to clear all history -->
<string name="history_delete_all">Delete history</string>
<!-- Text for the snackbar to confirm that multiple browsing history items has been deleted -->

Loading…
Cancel
Save