';
}
diff --git a/fbsync/fbsync.php b/fbsync/fbsync.php
index 1b2fec0a..52814444 100644
--- a/fbsync/fbsync.php
+++ b/fbsync/fbsync.php
@@ -139,7 +139,7 @@ function fbsync_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
+ $s .= '';
}
diff --git a/forumlist/forumlist.php b/forumlist/forumlist.php
index 18a59c52..bcc03a51 100644
--- a/forumlist/forumlist.php
+++ b/forumlist/forumlist.php
@@ -180,7 +180,7 @@ function forumlist_plugin_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
}
diff --git a/fromapp/fromapp.php b/fromapp/fromapp.php
index 9a9fa12b..de858744 100644
--- a/fromapp/fromapp.php
+++ b/fromapp/fromapp.php
@@ -60,8 +60,13 @@ function fromapp_settings(&$a,&$s) {
/* Add some HTML to the existing form */
- $s .= '
';
+ $s .= '';
$s .= '
' . t('FromApp Settings') . '
';
+ $s .= '';
+ $s .= '
';
+ $s .= '';
+ $s .= '
' . t('FromApp Settings') . '
';
+ $s .= '';
$s .= '
';
$s .= '';
$s .= '';
@@ -74,7 +79,7 @@ function fromapp_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
';
+ $s .= '
';
}
@@ -98,4 +103,4 @@ function fromapp_post_hook(&$a,&$item) {
$item['app'] = trim($apps[mt_rand(0,count($apps)-1)]);
return;
-}
\ No newline at end of file
+}
diff --git a/fromgplus/fromgplus.php b/fromgplus/fromgplus.php
index 6817ab22..f1431270 100644
--- a/fromgplus/fromgplus.php
+++ b/fromgplus/fromgplus.php
@@ -51,7 +51,7 @@ function fromgplus_addon_settings(&$a,&$s) {
$s .= '
';
$s .= '';
+class="settings-submit" value="' . t('Save Settings') . '" />';
$s .= '';
return;
diff --git a/geonames/geonames.php b/geonames/geonames.php
index 19725bef..c10653a7 100755
--- a/geonames/geonames.php
+++ b/geonames/geonames.php
@@ -184,6 +184,6 @@ function geonames_plugin_admin(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
}
diff --git a/gnot/gnot.php b/gnot/gnot.php
index fd8fdfd9..fcdc7319 100755
--- a/gnot/gnot.php
+++ b/gnot/gnot.php
@@ -85,7 +85,7 @@ function gnot_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
}
diff --git a/gpluspost/gpluspost.php b/gpluspost/gpluspost.php
index 4cbd0dce..5a638ed9 100644
--- a/gpluspost/gpluspost.php
+++ b/gpluspost/gpluspost.php
@@ -88,7 +88,7 @@ function gpluspost_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
$s .= '
Register an account at Hootsuite, add your G+ page and add the feed-url there. ';
$s .= 'Feed-url: '.$a->get_baseurl().'/gpluspost/'.urlencode($a->user["nickname"]).'
';
}
diff --git a/gravatar/gravatar.php b/gravatar/gravatar.php
index 12a8e44f..c23d1b30 100644
--- a/gravatar/gravatar.php
+++ b/gravatar/gravatar.php
@@ -92,7 +92,7 @@ function gravatar_plugin_admin (&$a, &$o) {
// output Gravatar settings
$o .= '';
$o .= replace_macros( $t, array(
- '$submit' => t('Submit'),
+ '$submit' => t('Save Settings'),
'$default_avatar' => array('avatar', t('Default avatar image'), $default_avatar, t('Select default avatar image if none was found at Gravatar. See README'), $default_avatars),
'$rating' => array('rating', t('Rating of images'), $rating, t('Select the appropriate avatar rating for your site. See README'), $ratings),
));
diff --git a/group_text/group_text.php b/group_text/group_text.php
index 5ec5c9c2..29b0675f 100755
--- a/group_text/group_text.php
+++ b/group_text/group_text.php
@@ -81,6 +81,6 @@ function group_text_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
}
diff --git a/ijpost/ijpost.php b/ijpost/ijpost.php
index d6861f46..9d7732f1 100644
--- a/ijpost/ijpost.php
+++ b/ijpost/ijpost.php
@@ -90,7 +90,7 @@ function ijpost_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '';
+ $s .= '';
}
diff --git a/impressum/impressum.php b/impressum/impressum.php
index 6714dfc1..dcd6acff 100755
--- a/impressum/impressum.php
+++ b/impressum/impressum.php
@@ -88,7 +88,7 @@ function impressum_plugin_admin_post (&$a) {
function impressum_plugin_admin (&$a, &$o) {
$t = get_markup_template( "admin.tpl", "addon/impressum/" );
$o = replace_macros($t, array(
- '$submit' => t('Submit'),
+ '$submit' => t('Save Settings'),
'$owner' => array('owner', t('Site Owner'), get_config('impressum','owner'), t('The page operators name.')),
'$ownerprofile' => array('ownerprofile', t('Site Owners Profile'), get_config('impressum','ownerprofile'), t('Profile address of the operator.')),
'$postal' => array('postal', t('Postal Address'), get_config('impressum','postal'), t('How to contact the operator via snail mail. You can use BBCode here.')),
diff --git a/irc/irc.php b/irc/irc.php
index bd7444a9..ef9c3fda 100644
--- a/irc/irc.php
+++ b/irc/irc.php
@@ -52,7 +52,7 @@ function irc_addon_settings(&$a,&$s) {
$s .= '';
$s .= '';
- $s .= '';
+ $s .= '';
return;
diff --git a/jappixmini/jappixmini.php b/jappixmini/jappixmini.php
index e7b81183..15cbb80c 100644
--- a/jappixmini/jappixmini.php
+++ b/jappixmini/jappixmini.php
@@ -344,9 +344,8 @@ function jappixmini_settings(&$a, &$s) {
$s .= ' ';
if ($info_text) $s .= ' Configuration help:
'.$info_text.'
';
$s .= ' Status:
Addon knows '.$address_cnt.' Jabber addresses of '.$contact_cnt.' Friendica contacts (takes some time, usually 10 minutes, to update).
'.t('The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail.').'
';
}
/* we need to add one JavaScript include command to the html output
@@ -72,7 +77,7 @@ function mathjax_plugin_admin (&$a, &$o) {
}
$o = replace_macros( $t, array(
- '$submit' => t('Submit'),
+ '$submit' => t('Save Settings'),
'$baseurl' => array('baseurl', t('MathJax Base URL'), get_config('mathjax','baseurl' ), t('The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax.')),
));
}
diff --git a/notimeline/notimeline.php b/notimeline/notimeline.php
index 7e26bf92..c2bca211 100644
--- a/notimeline/notimeline.php
+++ b/notimeline/notimeline.php
@@ -61,6 +61,6 @@ function notimeline_settings(&$a,&$s) {
/* provide a submit button */
- $s .= '
'. t('No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root. Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation.') .'