Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #11504: Rectify action bar button descriptions in bookmarks screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare authored and ekager committed Jun 12, 2020
1 parent 724ca2f commit eb3e4fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/bookmarks_add_folder.xml
Expand Up @@ -8,6 +8,6 @@
android:id="@+id/confirm_add_folder_button"
android:icon="@drawable/mozac_ic_check"
app:iconTint="?primaryText"
android:title="@string/bookmark_add_folder"
android:title="@string/bookmark_menu_save_button"
app:showAsAction="ifRoom" />
</menu>
2 changes: 1 addition & 1 deletion app/src/main/res/menu/bookmarks_select_folder.xml
Expand Up @@ -8,6 +8,6 @@
android:id="@+id/add_folder_button"
android:icon="@drawable/ic_new"
app:iconTint="?primaryText"
android:title="@string/bookmark_select_folder"
android:title="@string/bookmark_add_folder"
app:showAsAction="ifRoom" />
</menu>

0 comments on commit eb3e4fc

Please sign in to comment.