Fix incorrect tag (missing colon).

This commit is contained in:
Siebrand Mazeland 2011-06-19 11:30:35 +02:00
parent 36e07218e9
commit c2ab4af804
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class MessageForm extends Form
unset($mutual_users);
if (count($mutual) == 1) {
// TRANS Entry in drop-down selection box in direct-message inbox/outbox when no one is available to message.
// TRANS: Entry in drop-down selection box in direct-message inbox/outbox when no one is available to message.
$mutual[0] = _('No mutual subscribers.');
}