mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-02 12:52:19 +00:00
Make all remaining hardcoded strings translatable
I'm pretty sure I got all of them, but it's possible the linter missed some.
This commit is contained in:
parent
8c34ce8f38
commit
9c5f136f5b
9 changed files with 31 additions and 35 deletions
|
@ -12,7 +12,7 @@
|
|||
android:id="@+id/action_edit"
|
||||
android:orderInCategory="90"
|
||||
android:icon="@drawable/ic_mode_edit"
|
||||
android:title="Edit"
|
||||
android:title="@string/edit"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue