]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add translator documentation.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 10:12:47 +0000 (12:12 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 10:12:47 +0000 (12:12 +0200)
actions/newapplication.php

index 7c0a6551b2e67dc6bf4c76bfe3c571a34676dd3a..23525ef32194471f20a6bc3c5ca6d94048cd3871 100644 (file)
@@ -295,6 +295,7 @@ class NewApplicationAction extends Action
             $app->uploadLogo();
         } catch (Exception $e) {
             $app->query('ROLLBACK');
+            // TRANS: Form validation error messages displayed when uploading an invalid application logo.
             $this->showForm(_('Invalid image.'));
                return;  
        }