Don't allow to create categories with the same name

This commit is contained in:
len
2016-12-01 20:34:30 +01:00
parent 907472403d
commit a0064a1699
2 changed files with 28 additions and 33 deletions

View File

@@ -268,6 +268,9 @@
<string name="status">Status</string>
<string name="chapters">Chapters</string>
<!-- Category activity -->
<string name="error_category_exists">A category with this name already exists!</string>
<!-- Dialog remove recently view -->
<string name="dialog_remove_recently_description">This will remove the read date of this chapter. Are you sure?</string>
<string name="dialog_remove_recently_reset">Reset all chapters for this manga</string>