mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
wording submit -> save settings
This commit is contained in:
parent
ccc6c2b785
commit
5c5c23acb0
31 changed files with 42 additions and 42 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue