Make default category translatable (#5751)

* Make default category translatable

* Replace duplicate strings with common one
This commit is contained in:
Andreas
2021-08-20 00:10:43 +02:00
committed by GitHub
parent 90ab04e81d
commit 3670d649b8
12 changed files with 22 additions and 28 deletions

View File

@@ -2,7 +2,7 @@
<resources>
<string-array name="color_filter_modes">
<item>@string/filter_mode_default</item>
<item>@string/label_default</item>
<item>@string/filter_mode_multiply</item>
<item>@string/filter_mode_screen</item>