Updated on 2026-08-14
This commit is contained in:
parent
e603f25105
commit
3aecc28773
2 changed files with 2 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<item
|
||||
android:id="@+id/action_share_preset"
|
||||
android:icon="@drawable/ic_share_white_18dp"
|
||||
android:title="@string/menu_share"
|
||||
android:title="@string/menu_export"
|
||||
app:showAsAction="never" />
|
||||
|
||||
</group>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
<string name="menu_main_description">Description</string>
|
||||
<string name="menu_share">Share</string>
|
||||
<string name="menu_import">Import</string>
|
||||
<string name="menu_export">Export</string>
|
||||
|
||||
<string name="copy_to_clipboard">Copy to clipboard</string>
|
||||
<string name="btn_delete">Delete</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue