wording submit -> save settings

This commit is contained in:
Tobias Diekershoff 2013-11-19 14:10:27 +01:00
parent ccc6c2b785
commit 5c5c23acb0
31 changed files with 42 additions and 42 deletions

View file

@ -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 .')),
));
}