]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Remove double tag in comment.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 09:15:31 +0000 (11:15 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sun, 19 Jun 2011 09:15:31 +0000 (11:15 +0200)
actions/editpeopletag.php

index 00d1fc3a77b6f1db3289712d801d02e9ff07cadb..b2dedc890f6c6429d25e7a9b0f9232a012990ea3 100644 (file)
@@ -293,7 +293,7 @@ class EditpeopletagAction extends Action
 
         if (!$result) {
             common_log_db_error($this->group, 'UPDATE', __FILE__);
-            // TRANS: TRANS: Server error displayed when updating a list fails.
+            // TRANS: Server error displayed when updating a list fails.
             $this->serverError(_('Could not update list.'));
         }