mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38: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
|
@ -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 <a href="http://wiki.openstreetmap.org/wiki/TMS" target="_blank">public tile servers</a>')),
|
||||
'$zoom' => array('zoom', t('Default zoom'), $zoom, t('The default zoom level. (1:world, 18:highest)')),
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue