mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 05:09:23 +01:00
Fix typo in a comment.
This commit is contained in:
parent
81f98611a4
commit
be04677995
@ -234,7 +234,7 @@ class _PluginInternationalization:
|
|||||||
def __call__(self, untranslated):
|
def __call__(self, untranslated):
|
||||||
"""Main function.
|
"""Main function.
|
||||||
|
|
||||||
his is the function which is called when a plugin runs _()"""
|
This is the function which is called when a plugin runs _()"""
|
||||||
if untranslated.__class__ == internationalizedString:
|
if untranslated.__class__ == internationalizedString:
|
||||||
return untranslated._original
|
return untranslated._original
|
||||||
escapedUntranslated = self._unescape(untranslated, True)
|
escapedUntranslated = self._unescape(untranslated, True)
|
||||||
|
Loading…
Reference in New Issue
Block a user