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:
Alexander Bakker 2020-07-15 13:28:29 +02:00
parent 8c34ce8f38
commit 9c5f136f5b
9 changed files with 31 additions and 35 deletions

View file

@ -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