mirror of
https://github.com/jrpie/Launcher.git
synced 2025-04-19 18:30:50 +02:00
Add translations for three dot menu
And adjust variable names
This commit is contained in:
parent
f40cee392e
commit
2399f35cc1
6 changed files with 19 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:id="@+id/app_menu_delete"
|
||||
android:title="Delete" />
|
||||
android:title="@string/app_menu_delete_text" />
|
||||
<item android:id="@+id/app_menu_info"
|
||||
android:title="Info" />
|
||||
android:title="@string/app_menu_info_text" />
|
||||
</menu>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue