1
0
Fork 0

For #1573 - Update collections button string

master
Emily Kager 2019-04-29 11:00:01 -07:00 committed by Emily Kager
parent 1041500869
commit 7483a307ac
2 changed files with 3 additions and 3 deletions

View File

@ -28,6 +28,6 @@
android:focusable="false"
android:gravity="center"
android:textStyle="bold"
android:text="@string/save_tab_group"
android:text="@string/save_to_collection"
android:textColor="?contrastText"/>
</FrameLayout>

View File

@ -247,8 +247,8 @@
<string name="current_session_share">Share</string>
<!-- Content description (not visible, for screen readers etc.): Title icon for current session menu -->
<string name="current_session_image">Current session image</string>
<!-- Button to save the current set of tabs into a group -->
<string name="save_tab_group">Save Tab Group</string>
<!-- Button to save the current set of tabs into a collection -->
<string name="save_to_collection">Save to collection</string>
<!-- Text for the button to delete a session -->
<string name="session_delete">Delete session</string>
<!-- Text for the button to delete a single session -->