';
+ . t('Post to Insanejournal') . '';
}
}
@@ -67,24 +67,24 @@ function ijpost_settings(&$a,&$s) {
/* Add some HTML to the existing form */
$s .= '
';
- $s .= '
' . t('Insanejournal Post Settings') . '
';
+ $s .= '
' . t('InsaneJournal Post Settings') . '
';
$s .= '
';
- $s .= '';
+ $s .= '';
$s .= '';
$s .= '
';
$s .= '
';
- $s .= '';
+ $s .= '';
$s .= '';
$s .= '
';
$s .= '
';
- $s .= '';
+ $s .= '';
$s .= '';
$s .= '
';
$s .= '
';
- $s .= '';
+ $s .= '';
$s .= '';
$s .= '
';
@@ -150,7 +150,7 @@ function ijpost_send(&$a,&$b) {
if($b['parent'] != $b['id'])
return;
- // insanejournal post in the IJ user's timezone.
+ // insanejournal post in the LJ user's timezone.
// Hopefully the person's Friendica account
// will be set to the same thing.