summaryrefslogtreecommitdiff
path: root/edit_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_interface.php')
-rw-r--r--edit_interface.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/edit_interface.php b/edit_interface.php
index 2489b58fcf..23aff62072 100644
--- a/edit_interface.php
+++ b/edit_interface.php
@@ -2590,11 +2590,11 @@ function print_indi_form($nextaction, Individual $person = null, Family $family
}
echo '<p id="save-cancel">';
- echo '<input type="submit" class="save" value="', /* I18N: A button label */ I18N::translate('save'), '">';
+ echo '<input type="submit" class="save" value="', /* I18N: A button label. */ I18N::translate('save'), '">';
if (preg_match('/^add_(child|spouse|parent|unlinked_indi)/', $nextaction)) {
- echo '<input type="submit" class="save" value="', /* I18N: A button label */ I18N::translate('go to new individual'), '" onclick="document.addchildform.goto.value=\'new\';">';
+ echo '<input type="submit" class="save" value="', /* I18N: A button label. */ I18N::translate('go to new individual'), '" onclick="document.addchildform.goto.value=\'new\';">';
}
- echo '<input type="button" class="cancel" value="', /* I18N: A button label */ I18N::translate('close'), '" onclick="window.close();">';
+ echo '<input type="button" class="cancel" value="', /* I18N: A button label. */ I18N::translate('close'), '" onclick="window.close();">';
echo '</p>';
echo '</form>';
$controller->addInlineJavascript('