summaryrefslogtreecommitdiff
path: root/edit_interface.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-12-13 09:49:07 +0000
committerfisharebest <fisharebest@gmail.com>2010-12-13 09:49:07 +0000
commit0c89c744d1c89cf6608cf6ef410e47aedf3dd41a (patch)
treef4e56ec6df31a46973d764c5085894048943e662 /edit_interface.php
parent45d20a1adacc060def6b66f491f519fbea6c2b69 (diff)
downloadwebtrees-0c89c744d1c89cf6608cf6ef410e47aedf3dd41a.tar.gz
webtrees-0c89c744d1c89cf6608cf6ef410e47aedf3dd41a.tar.bz2
webtrees-0c89c744d1c89cf6608cf6ef410e47aedf3dd41a.zip
I18N: combine two fragments into a single text item
Diffstat (limited to 'edit_interface.php')
-rw-r--r--edit_interface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/edit_interface.php b/edit_interface.php
index 86ca70e9ec..581975a337 100644
--- a/edit_interface.php
+++ b/edit_interface.php
@@ -664,7 +664,7 @@ case 'addnewsource':
?>
function check_form(frm) {
if (frm.TITL.value=="") {
- alert('<?php echo i18n::translate('You must provide a ').translate_fact('TITL'); ?>');
+ alert('<?php echo i18n::translate('You must provide a source title'); ?>');
frm.TITL.focus();
return false;
}
@@ -1064,7 +1064,7 @@ case 'addnewrepository':
?>
function check_form(frm) {
if (frm.NAME.value=="") {
- alert('<?php echo i18n::translate('You must provide a Repository name'); ?>');
+ alert('<?php echo i18n::translate('You must provide a repository name'); ?>');
frm.NAME.focus();
return false;
}