summaryrefslogtreecommitdiff
path: root/index_edit.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-10-30 10:41:55 +0000
committerfisharebest <fisharebest@gmail.com>2012-10-30 10:41:55 +0000
commitf92f33f567713bba138374f244ba9d1a2f5f37da (patch)
treec715dc5dd362d85148909620573eb4506c0dc756 /index_edit.php
parente6afbfe778102c25d11987b89ea6cb1c9c83f3b3 (diff)
downloadwebtrees-f92f33f567713bba138374f244ba9d1a2f5f37da.tar.gz
webtrees-f92f33f567713bba138374f244ba9d1a2f5f37da.tar.bz2
webtrees-f92f33f567713bba138374f244ba9d1a2f5f37da.zip
Use consistent save/close buttons in the edit-interface forms.
Diffstat (limited to 'index_edit.php')
-rw-r--r--index_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index_edit.php b/index_edit.php
index 4ac8bff481..0dc2812e5e 100644
--- a/index_edit.php
+++ b/index_edit.php
@@ -334,6 +334,6 @@ echo '<tr><td class="descriptionbox wrap" colspan="7"><div id="instructions">';
echo WT_I18N::translate('Highlight a block name and then click on one of the arrow icons to move that highlighted block in the indicated direction.');
echo '</div></td></tr>';
echo '<tr><td class="topbottombar" colspan="7">';
-echo '<input type="submit" value="', WT_I18N::translate('Save'), '">';
+echo '<input type="submit" value="', WT_I18N::translate('save'), '">';
echo '</td></tr></table>';
echo '</form>';