]> git.mxchange.org Git - friendica.git/commitdiff
masked the / in the config strings to fix problems with the strings.php
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 15 Feb 2011 09:03:05 +0000 (10:03 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 15 Feb 2011 09:03:05 +0000 (10:03 +0100)
addon/statusnet/statusnet.php

index bc47242fcc149cfdc264e9464b9bfb86090ab746..46ecdde999ad6779693da2cc0811c596c830017d 100644 (file)
@@ -133,7 +133,7 @@ function statusnet_settings(&$a,&$s) {
                $s .= '<input id="statusnet-consumerkey" type="text" name="statusnet-consumerkey" size="35" /><br />';
                 $s .= '<label id="statusnet-consumersecret-label" for="statusnet-consumersecret">'. t('OAuth Consumer Secret') .'</label>';
                $s .= '<input id="statusnet-consumersecret" type="text" name="statusnet-consumersecret" size="35" /><br />';
-                $s .= '<label id="statusnet-baseapi-label" for="statusnet-baseapi">'. t('Base API Path (remember the trailing /)') .'</label>';
+                $s .= '<label id="statusnet-baseapi-label" for="statusnet-baseapi">'. t('Base API Path (remember the trailing &#47;)') .'</label>';
                $s .= '<input id="statusnet-baseapi" type="text" name="statusnet-baseapi" size="35" /><br  />';
                 $s .= '</div><div class="clear"></div>';
                 $s .= '<div class="settings-submit-wrapper" ><input type="submit" name="submit" class="settings-submit" value="' . t('Submit') . '" /></div>';