diff --git a/fbsync/fbsync.php b/fbsync/fbsync.php index 13a504dcf..d8b1c0c76 100644 --- a/fbsync/fbsync.php +++ b/fbsync/fbsync.php @@ -134,7 +134,7 @@ function fbsync_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/gnot/gnot.php b/gnot/gnot.php index fd8fdfd9b..fcdc7319f 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/irc/irc.php b/irc/irc.php index bd7444a9e..ef9c3fdac 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/mailstream/mailstream.php b/mailstream/mailstream.php index 047603852..5e4767841 100644 --- a/mailstream/mailstream.php +++ b/mailstream/mailstream.php @@ -57,7 +57,7 @@ function mailstream_plugin_admin(&$a,&$o) { t('Email address that stream items will appear to be from.')); $o .= replace_macros($template, array( '$frommail' => $config, - '$submit' => t('Submit'))); + '$submit' => t('Save Settings'))); } function mailstream_plugin_admin_post ($a) { @@ -279,7 +279,7 @@ function mailstream_plugin_settings(&$a,&$s) { t('Enabled'), $enabled), '$title' => t('Mail Stream Settings'), - '$submit' => t('Submit'))); + '$submit' => t('Save Settings'))); } function mailstream_plugin_settings_post($a,$post) { diff --git a/mathjax/mathjax.php b/mathjax/mathjax.php index d97e96496..045f4c6ad 100644 --- a/mathjax/mathjax.php +++ b/mathjax/mathjax.php @@ -39,7 +39,7 @@ function mathjax_settings (&$a, &$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; $s .= ''; } /* we need to add one JavaScript include command to the html output @@ -72,7 +72,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 7e26bf92a..c2bca211b 100644 --- a/notimeline/notimeline.php +++ b/notimeline/notimeline.php @@ -61,6 +61,6 @@ function notimeline_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/nsfw/nsfw.php b/nsfw/nsfw.php index 3f00a2f23..5e7d4e9fc 100755 --- a/nsfw/nsfw.php +++ b/nsfw/nsfw.php @@ -85,7 +85,7 @@ function nsfw_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; $s .= '
' . t('Use /expression/ to provide regular expressions') . '
'; return; diff --git a/numfriends/numfriends.php b/numfriends/numfriends.php index 6ca7b3951..2f48a0d7d 100755 --- a/numfriends/numfriends.php +++ b/numfriends/numfriends.php @@ -82,6 +82,6 @@ function numfriends_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/openstreetmap/openstreetmap.php b/openstreetmap/openstreetmap.php index 2c5975ebd..ccb177ab9 100755 --- a/openstreetmap/openstreetmap.php +++ b/openstreetmap/openstreetmap.php @@ -91,7 +91,7 @@ function openstreetmap_plugin_admin (&$a, &$o) { $zoom = 17; $o = replace_macros( $t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$tmsserver' => array('tmsserver', t('Tile Server URL'), $tmsserver, t('A list of public tile servers')), '$zoom' => array('zoom', t('Default zoom'), $zoom, t('The default zoom level. (1:world, 18:highest)')), )); diff --git a/page/page.php b/page/page.php index 21a83e16d..86607e81e 100755 --- a/page/page.php +++ b/page/page.php @@ -208,7 +208,7 @@ function page_plugin_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/pageheader/pageheader.php b/pageheader/pageheader.php index cf92204a5..947926cd5 100755 --- a/pageheader/pageheader.php +++ b/pageheader/pageheader.php @@ -52,7 +52,7 @@ function pageheader_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; return; diff --git a/piwik/piwik.php b/piwik/piwik.php index a2086bdcb..21bc7af20 100755 --- a/piwik/piwik.php +++ b/piwik/piwik.php @@ -84,7 +84,7 @@ function piwik_analytics($a,&$b) { function piwik_plugin_admin (&$a, &$o) { $t = get_markup_template( "admin.tpl", "addon/piwik/" ); $o = replace_macros( $t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$baseurl' => array('baseurl', t('Piwik Base URL'), get_config('piwik','baseurl' ), t('Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)')), '$siteid' => array('siteid', t('Site ID'), get_config('piwik','siteid' ), ''), '$optout' => array('optout', t('Show opt-out cookie link?'), get_config('piwik','optout' ), ''), diff --git a/planets/planets.php b/planets/planets.php index 0df91d7c3..72698cb9b 100755 --- a/planets/planets.php +++ b/planets/planets.php @@ -155,6 +155,6 @@ function planets_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/posterous/posterous.php b/posterous/posterous.php index 7ff95948f..af8e72b9c 100755 --- a/posterous/posterous.php +++ b/posterous/posterous.php @@ -100,7 +100,7 @@ function posterous_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/pumpio/pumpio.php b/pumpio/pumpio.php index 1f76c1008..9b7f80ed2 100755 --- a/pumpio/pumpio.php +++ b/pumpio/pumpio.php @@ -278,7 +278,7 @@ function pumpio_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/qcomment/qcomment.php b/qcomment/qcomment.php index 6b3725799..2c98cba72 100755 --- a/qcomment/qcomment.php +++ b/qcomment/qcomment.php @@ -58,7 +58,7 @@ function qcomment_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; $s .= ''; return; diff --git a/randplace/randplace.php b/randplace/randplace.php index b70c02d94..27589b1ce 100755 --- a/randplace/randplace.php +++ b/randplace/randplace.php @@ -174,6 +174,6 @@ function randplace_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/remote_permissions/remote_permissions.php b/remote_permissions/remote_permissions.php index 8955130f8..5cba005ab 100644 --- a/remote_permissions/remote_permissions.php +++ b/remote_permissions/remote_permissions.php @@ -45,7 +45,7 @@ function remote_permissions_settings(&$a,&$o) { '$remote_perms_title' => t('Remote Permissions Settings'), '$remote_perms_label' => t('Allow recipients of your private posts to see the other recipients of the posts'), '$checked' => (($remote_perms == 1) ? 'checked="checked"' : ''), - '$submit' => t('Submit') + '$submit' => t('Save Settings') )); } @@ -193,7 +193,7 @@ function remote_permissions_content($a, $item_copy) { function remote_permissions_plugin_admin(&$a, &$o){ $t = get_markup_template( "admin.tpl", "addon/remote_permissions/" ); $o = replace_macros($t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$global' => array('remotepermschoice', t('Global'), 1, t('The posts of every user on this server show the post recipients'), get_config('remote_perms', 'global') == 1), '$individual' => array('remotepermschoice', t('Individual'), 2, t('Each user chooses whether his/her posts show the post recipients'), get_config('remote_perms', 'global') == 0) )); diff --git a/retriever/retriever.php b/retriever/retriever.php index 1090c8b59..048340181 100644 --- a/retriever/retriever.php +++ b/retriever/retriever.php @@ -674,7 +674,7 @@ function retriever_content($a) { t('Reapply the rules to this number of posts')), '$title' => t('Retrieve Feed Content'), '$help' => $a->get_baseurl() . '/retriever/help', - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$id' => ($retriever["id"] ? $retriever["id"] : "create"), '$tag_t' => t('Tag'), '$attribute_t' => t('Attribute'), @@ -718,7 +718,7 @@ function retriever_plugin_settings(&$a,&$s) { $all_photos_mu = ($all_photos == 'on') ? ' checked="true"' : ''; $template = get_markup_template('/settings.tpl', 'addon/retriever/'); $s .= replace_macros($template, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$title' => t('Retriever Settings'), '$help' => $a->get_baseurl() . '/retriever/help', '$all_photos' => $all_photos_mu, diff --git a/showmore/showmore.php b/showmore/showmore.php index 1f40b027b..60932ed36 100755 --- a/showmore/showmore.php +++ b/showmore/showmore.php @@ -45,7 +45,7 @@ function showmore_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; // $s .= '
' . t('Use /expression/ to provide regular expressions') . '
'; $s .= ''; diff --git a/smileybutton/smileybutton.php b/smileybutton/smileybutton.php index 87db098b2..d53794b90 100755 --- a/smileybutton/smileybutton.php +++ b/smileybutton/smileybutton.php @@ -278,6 +278,6 @@ function smileybutton_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/snautofollow/snautofollow.php b/snautofollow/snautofollow.php index 2efc2128c..4555ab1cf 100644 --- a/snautofollow/snautofollow.php +++ b/snautofollow/snautofollow.php @@ -61,6 +61,6 @@ function snautofollow_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/startpage/startpage.php b/startpage/startpage.php index 859882986..6a95310e3 100644 --- a/startpage/startpage.php +++ b/startpage/startpage.php @@ -89,6 +89,6 @@ function startpage_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/statusnet/statusnet.php b/statusnet/statusnet.php index b16dedf84..4a6f440ce 100755 --- a/statusnet/statusnet.php +++ b/statusnet/statusnet.php @@ -300,7 +300,7 @@ function statusnet_settings(&$a,&$s) { $s .= ''. $asn['sitename'] .'
'; } $s .= '

'; - $s .= '
'; + $s .= '
'; } $s .= '

' . t('Provide your own OAuth Credentials') . '

'; $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.') .'

'; @@ -317,7 +317,7 @@ function statusnet_settings(&$a,&$s) { $s .= ''; $s .= '
'; $s .= '

'; - $s .= '
'; + $s .= '
'; $s .= ''; } else { /*** @@ -344,14 +344,14 @@ function statusnet_settings(&$a,&$s) { $s .= ''; $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; $s .= '

'.t('Cancel Connection Process').'

'; $s .= '
'; $s .= '

'.t('Current StatusNet API is').': '.$api.'

'; $s .= ''; $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; } else { /*** * we have an OAuth key / secret pair for the user @@ -388,7 +388,7 @@ function statusnet_settings(&$a,&$s) { $s .= ''; $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; } } $s .= '
'; @@ -814,7 +814,7 @@ function statusnet_plugin_admin(&$a, &$o){ $t = get_markup_template( "admin.tpl", "addon/statusnet/" ); $o = replace_macros($t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$sites' => $sitesform, )); } diff --git a/superblock/superblock.php b/superblock/superblock.php index 7363c1399..1462c184d 100755 --- a/superblock/superblock.php +++ b/superblock/superblock.php @@ -55,7 +55,7 @@ function superblock_addon_settings(&$a,&$s) { $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; return; diff --git a/tumblr/tumblr.php b/tumblr/tumblr.php index 35004033f..b4db10559 100755 --- a/tumblr/tumblr.php +++ b/tumblr/tumblr.php @@ -231,7 +231,7 @@ function tumblr_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/twitter/twitter.php b/twitter/twitter.php index e90f36df1..42a373b87 100755 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -264,7 +264,7 @@ function twitter_settings(&$a,&$s) { $s .= ''; $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; } else { /*** * we have an OAuth key / secret pair for the user @@ -310,7 +310,7 @@ function twitter_settings(&$a,&$s) { $s .= ''; $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; } } $s .= '
'; @@ -863,7 +863,7 @@ function twitter_plugin_admin(&$a, &$o){ $t = get_markup_template( "admin.tpl", "addon/twitter/" ); $o = replace_macros($t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), // name, label, value, help, [extra values] '$consumerkey' => array('consumerkey', t('Consumer key'), get_config('twitter', 'consumerkey' ), ''), '$consumersecret' => array('consumersecret', t('Consumer secret'), get_config('twitter', 'consumersecret' ), ''), diff --git a/uhremotestorage/uhremotestorage.php b/uhremotestorage/uhremotestorage.php index 85d6b13e8..8dfecc74e 100755 --- a/uhremotestorage/uhremotestorage.php +++ b/uhremotestorage/uhremotestorage.php @@ -86,7 +86,7 @@ function uhremotestorage_settings($a, &$s){ '$auth' => array( 'unhoestedauth', t('OAuth end-point'), $auth, 'If your are using ownCloud, your OAuth endpoint will be like http://HOST/apps/remoteStorage/auth.php/USER'), '$api' => array( 'unhoestedapi', t('Api'), $api, 'If your are using ownCloud, your api will be WebDAV', $arr_api), - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), )); } diff --git a/webrtc/webrtc.php b/webrtc/webrtc.php index e0d333930..8b3a243e3 100644 --- a/webrtc/webrtc.php +++ b/webrtc/webrtc.php @@ -23,7 +23,7 @@ function webrtc_app_menu($a,&$b) { function webrtc_plugin_admin (&$a, &$o) { $t = get_markup_template( "admin.tpl", "addon/webrtc/" ); $o = replace_macros( $t, array( - '$submit' => t('Submit'), + '$submit' => t('Save Settings'), '$webrtcurl' => array('webrtcurl', t('WebRTC Base URL'), get_config('webrtc','webrtcurl' ), t('Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .')), )); } diff --git a/wppost/wppost.php b/wppost/wppost.php index a6574cc2f..186568795 100755 --- a/wppost/wppost.php +++ b/wppost/wppost.php @@ -107,7 +107,7 @@ function wppost_settings(&$a,&$s) { /* provide a submit button */ - $s .= '
'; + $s .= '
'; } diff --git a/yourls/yourls.php b/yourls/yourls.php index c0d5e6ced..06397cbbb 100755 --- a/yourls/yourls.php +++ b/yourls/yourls.php @@ -73,7 +73,7 @@ $yourls_ssl = get_config('yourls', 'ssl1'); $s .= ''; $s .= '
'; - $s .= '
'; + $s .= '
'; return;