mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/469 - Changes Library String
This commit is contained in:
parent
9c347a31ba
commit
7083f346bf
@ -110,7 +110,7 @@ class DefaultToolbarMenu(
|
||||
},
|
||||
|
||||
BrowserMenuImageText(
|
||||
context.getString(R.string.browser_menu_library),
|
||||
context.getString(R.string.browser_menu_your_library),
|
||||
R.drawable.ic_library,
|
||||
DefaultThemeManager.resolveAttribute(R.attr.primaryText, context)
|
||||
) {
|
||||
|
@ -34,7 +34,7 @@ class HomeMenu(
|
||||
},
|
||||
|
||||
BrowserMenuImageText(
|
||||
context.getString(R.string.browser_menu_library),
|
||||
context.getString(R.string.browser_menu_your_library),
|
||||
R.drawable.ic_library,
|
||||
DefaultThemeManager.resolveAttribute(R.attr.primaryText, context)
|
||||
) {
|
||||
|
@ -34,7 +34,7 @@ class LibraryListItem @JvmOverloads constructor(
|
||||
libraryItemTitle?.text = resources.getString(
|
||||
getResourceId(
|
||||
R.styleable.LibraryListItem_listItemTitle,
|
||||
R.string.browser_menu_library
|
||||
R.string.browser_menu_your_library
|
||||
)
|
||||
)
|
||||
} finally {
|
||||
|
@ -44,6 +44,8 @@
|
||||
<!-- Browser menu button that opens the settings menu -->
|
||||
<string name="browser_menu_settings">Settings</string>
|
||||
<!-- Browser menu button that opens a user's library -->
|
||||
<string name="browser_menu_your_library">Your Library</string>
|
||||
<!-- Deprecated: Browser menu button that opens a user's library -->
|
||||
<string name="browser_menu_library">Library</string>
|
||||
<!-- Browser menu toggle that requests a desktop site -->
|
||||
<string name="browser_menu_desktop_site">Desktop site</string>
|
||||
|
Loading…
Reference in New Issue
Block a user