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

@ -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 <tt>http://<i>HOST</i>/apps/remoteStorage/auth.php/<i>USER</i></tt>'),
'$api' => array( 'unhoestedapi', t('Api'), $api, 'If your are using ownCloud, your api will be <tt>WebDAV</tt>', $arr_api),
'$submit' => t('Submit'),
'$submit' => t('Save Settings'),
));
}