diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-10-30 12:18:20 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-10-30 12:18:20 +0000 |
| commit | c41a94192244d1f504f1981061d96e8ddcd1a796 (patch) | |
| tree | 5fb67ff15f93b3b55a5714b00036cb139f7ba6a0 /modules_v3/googlemap/placehierarchy.php | |
| parent | f92f33f567713bba138374f244ba9d1a2f5f37da (diff) | |
| download | webtrees-c41a94192244d1f504f1981061d96e8ddcd1a796.tar.gz webtrees-c41a94192244d1f504f1981061d96e8ddcd1a796.tar.bz2 webtrees-c41a94192244d1f504f1981061d96e8ddcd1a796.zip | |
Use consistent save/close buttons in the edit-interface forms.
Diffstat (limited to 'modules_v3/googlemap/placehierarchy.php')
| -rw-r--r-- | modules_v3/googlemap/placehierarchy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/googlemap/placehierarchy.php b/modules_v3/googlemap/placehierarchy.php index 141e94e9de..cfc775731b 100644 --- a/modules_v3/googlemap/placehierarchy.php +++ b/modules_v3/googlemap/placehierarchy.php @@ -253,7 +253,7 @@ function create_map($placelevels) { echo "<tr><td>"; echo "<form style=\"text-align:left; margin-left:5px; font:11px verdana; color:blue;\" method=\"post\" action=\"\">"; echo $list_latlon; - echo "<input type=\"submit\" name=\"Submit\" onclick=\"update_sv_params($placeid);\" value=\"", WT_I18N::translate('Save'), "\">"; + echo "<input type=\"submit\" name=\"Submit\" onclick=\"update_sv_params($placeid);\" value=\"", WT_I18N::translate('save'), "\">"; echo "</form>"; echo "</td></tr>"; echo "</table>"; |
