From 36e07218e983193f758858cea95545f87b6f2351 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 19 Jun 2011 11:15:31 +0200 Subject: [PATCH] Remove double tag in comment. --- actions/editpeopletag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/editpeopletag.php b/actions/editpeopletag.php index 00d1fc3a77..b2dedc890f 100644 --- a/actions/editpeopletag.php +++ b/actions/editpeopletag.php @@ -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.')); }