]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
twiddle some parens in imsettings for gettext
authorEvan Prodromou <evan@prodromou.name>
Sun, 13 Jul 2008 13:01:12 +0000 (09:01 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 13 Jul 2008 13:01:12 +0000 (09:01 -0400)
darcs-hash:20080713130112-84dde-b3727f84de7db3bbe96b9d1003380b89402495de.gz

actions/imsettings.php

index 1cf3c4e69c527e3e4d4ea78627521cc0c9ff9a46..1bc9a0281f5398e43739fabb342bc57f9d31f26b 100644 (file)
@@ -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'));