diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-27 14:52:08 +0200 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-04-27 15:08:07 +0200 |
commit | 2041ceae1ffd29630988c47fc766a1b9dcf9bbf7 (patch) | |
tree | e9eaf88e658e91ac9164e21be8494fbca4374602 /docs/source/pluginwriter | |
parent | 90e7fc673878d4eb68db41ae49c47fb543a35a87 (diff) | |
download | mediagoblin-2041ceae1ffd29630988c47fc766a1b9dcf9bbf7.tar.lz mediagoblin-2041ceae1ffd29630988c47fc766a1b9dcf9bbf7.tar.xz mediagoblin-2041ceae1ffd29630988c47fc766a1b9dcf9bbf7.zip |
Fix translations for collections and drop useless try.
Don't do: _("With some value: %s" % value)
Please do: _("WIth some value: %s") % value
Fixed for collection messages.
Also removed a
try:
some_code.
except Exception as e:
raise
No point in doing that.
Fixing the indentation of some_code comes in an extra
commit, because changing indentation is annoying enough
alone, so don't mix it with other changes.
Diffstat (limited to 'docs/source/pluginwriter')
0 files changed, 0 insertions, 0 deletions