From a55044ac0316ab04367b51639b6082bfd16aad79 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sun, 13 Jul 2008 09:01:12 -0400 Subject: [PATCH] twiddle some parens in imsettings for gettext darcs-hash:20080713130112-84dde-b3727f84de7db3bbe96b9d1003380b89402495de.gz --- actions/imsettings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/imsettings.php b/actions/imsettings.php index 1cf3c4e69c..1bc9a0281f 100644 --- a/actions/imsettings.php +++ b/actions/imsettings.php @@ -56,8 +56,8 @@ class ImsettingsAction extends SettingsAction { common_element('span', 'input_instructions', sprintf(_('Awaiting confirmation on this address. Check your ' . 'Jabber/GTalk account for a message with further ' . - 'instructions. (Did you add %s to your buddy list?)', - jabber_daemon_address()))); + 'instructions. (Did you add %s to your buddy list?)'), + jabber_daemon_address())); common_hidden('jabber', $confirm->address); common_element_end('p'); common_submit('cancel', _('Cancel'));