Commit d5066ff5 authored by Michal Čihař's avatar Michal Čihař

Fix name (to match one used in other parts of code)

parent 51d5a840
......@@ -308,7 +308,7 @@ class AndroidResourceUnit(base.TranslationUnit):
class AndroidResourceFile(lisa.LISAfile):
"""Class representing a Android resource file store."""
UnitClass = AndroidResourceUnit
Name = _("Android Resource")
Name = _("Android String Resource")
Mimetypes = ["application/xml"]
Extensions = ["xml"]
rootNode = "resources"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment