]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
compile error with lost dot
authorEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 19:05:38 +0000 (15:05 -0400)
committerEvan Prodromou <evan@controlezvous.ca>
Thu, 26 Jun 2008 19:05:38 +0000 (15:05 -0400)
darcs-hash:20080626190538-34904-d160176208203bcc806e824874c75021b32b6f92.gz

actions/imsettings.php

index 2cfde8a01f24f4aaa088ebfac8ceb072c6e2004c..90a4fd8074c077e4948984753f94482a33e96ecf 100644 (file)
@@ -64,7 +64,7 @@ class ImsettingsAction extends SettingsAction {
                                common_element_start('p');
                                common_element('span', 'address unconfirmed', $confirm->address);
                                common_element('span', 'input_instructions',
-                                            _t('Awaiting confirmation on this address. Check your '
+                                            _t('Awaiting confirmation on this address. Check your ' .
                                                'Jabber/GTalk account for a message with further ' .
                                                'instructions.'));
                                common_hidden('jabber', $confirm->address);