mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +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):
|
||||
"""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:
|
||||
return untranslated._original
|
||||
escapedUntranslated = self._unescape(untranslated, True)
|
||||
|
Loading…
Reference in New Issue
Block a user