mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1573 - Update collections button string
This commit is contained in:
parent
8ea06c993b
commit
afb0a7a644
@ -28,6 +28,6 @@
|
|||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:text="@string/save_tab_group"
|
android:text="@string/save_to_collection"
|
||||||
android:textColor="?contrastText"/>
|
android:textColor="?contrastText"/>
|
||||||
</FrameLayout>
|
</FrameLayout>
|
||||||
|
@ -247,8 +247,8 @@
|
|||||||
<string name="current_session_share">Share</string>
|
<string name="current_session_share">Share</string>
|
||||||
<!-- Content description (not visible, for screen readers etc.): Title icon for current session menu -->
|
<!-- Content description (not visible, for screen readers etc.): Title icon for current session menu -->
|
||||||
<string name="current_session_image">Current session image</string>
|
<string name="current_session_image">Current session image</string>
|
||||||
<!-- Button to save the current set of tabs into a group -->
|
<!-- Button to save the current set of tabs into a collection -->
|
||||||
<string name="save_tab_group">Save Tab Group</string>
|
<string name="save_to_collection">Save to collection</string>
|
||||||
<!-- Text for the button to delete a session -->
|
<!-- Text for the button to delete a session -->
|
||||||
<string name="session_delete">Delete session</string>
|
<string name="session_delete">Delete session</string>
|
||||||
<!-- Text for the button to delete a single session -->
|
<!-- Text for the button to delete a single session -->
|
||||||
|
Loading…
Reference in New Issue
Block a user