summaryrefslogtreecommitdiff
path: root/edit_interface.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-05-14 16:18:27 +0000
committerfisharebest <fisharebest@gmail.com>2010-05-14 16:18:27 +0000
commit1bfae9e0b380e63146dfcdef13ccd15dbb7f241f (patch)
treeaa96e5c5e99f7a41060b6a9cef1e6fda3842a300 /edit_interface.php
parent4761d160378b7c8f5a5a84760a2f624d010e69f4 (diff)
downloadwebtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.gz
webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.tar.bz2
webtrees-1bfae9e0b380e63146dfcdef13ccd15dbb7f241f.zip
Merge duplicate texts that only differ by upper/lower case. Prefer "Sentence case" to "Initial Capitals"
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 a098c4ec27..5f77a191d0 100644
--- a/edit_interface.php
+++ b/edit_interface.php
@@ -60,7 +60,7 @@ $update_CHAN=!safe_POST_bool('preserve_last_changed');
$uploaded_files = array();
-print_simple_header(i18n::translate('Edit Interface'));
+print_simple_header(i18n::translate('Edit interface'));
if ($ENABLE_AUTOCOMPLETE) {
require WT_ROOT.'js/autocomplete.js.htm';
@@ -850,7 +850,7 @@ case 'addnewnote':
echo "<table class=\"facts_table\">";
echo "<tr>";
echo "<td class=\"descriptionbox\" ", $TEXT_DIRECTION, " wrap=\"nowrap\">";
- echo i18n::translate('Shared Note'), help_link('SHARED_NOTE');
+ echo i18n::translate('Shared note'), help_link('SHARED_NOTE');
echo "</td>";
echo "<td class=\"optionbox wrap\" ><textarea name=\"NOTE\" id=\"NOTE\" rows=\"15\" cols=\"87\"></textarea>";
print_specialchar_link("NOTE", true);
@@ -1112,7 +1112,7 @@ case 'editnote':
?>
<table class="facts_table">
<tr>
- <td class="descriptionbox <?php echo $TEXT_DIRECTION; ?> wrap width25"><?php echo i18n::translate('Shared Note'), help_link('SHARED_NOTE'); ?></td>
+ <td class="descriptionbox <?php echo $TEXT_DIRECTION; ?> wrap width25"><?php echo i18n::translate('Shared note'), help_link('SHARED_NOTE'); ?></td>
<td class="optionbox wrap">
<textarea tabindex="<?php echo $tabkey; ?>" name="NOTE" id="NOTE" rows="15" cols="90"><?php
echo htmlspecialchars($note_content);