diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-12-10 16:40:46 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-12-10 16:40:46 +0000 |
| commit | 6fc6b0e807d3143655eb2442010055ca87ce915f (patch) | |
| tree | 50a85f5cb6030dd91e37bf715d6c362ad7b19d7b /index_edit.php | |
| parent | 862153824accf877ac7b86c3e52c8a1f0b9086f8 (diff) | |
| download | webtrees-6fc6b0e807d3143655eb2442010055ca87ce915f.tar.gz webtrees-6fc6b0e807d3143655eb2442010055ca87ce915f.tar.bz2 webtrees-6fc6b0e807d3143655eb2442010055ca87ce915f.zip | |
Combine translations that differ only in capitalisation
Diffstat (limited to 'index_edit.php')
| -rw-r--r-- | index_edit.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/index_edit.php b/index_edit.php index 8fea0321ca..821636d98c 100644 --- a/index_edit.php +++ b/index_edit.php @@ -335,9 +335,9 @@ if ($action=="configure") { echo "<tr>"; // NOTE: Row 2 column 1: Up/Down buttons for left (main) block list echo "<td class=\"optionbox width20px center vmiddle\">"; - echo "<a tabindex=\"-1\" onclick=\"move_up_block('main_select');\" title=\"".i18n::translate('Move Up')."\">".$IconUarrow."</a>"; + echo "<a tabindex=\"-1\" onclick=\"move_up_block('main_select');\" title=\"".i18n::translate('Move up')."\">".$IconUarrow."</a>"; echo "<br />"; - echo "<a tabindex=\"-1\" onclick=\"move_down_block('main_select');\" title=\"".i18n::translate('Move Down')."\">".$IconDarrow."</a>"; + echo "<a tabindex=\"-1\" onclick=\"move_down_block('main_select');\" title=\"".i18n::translate('Move down')."\">".$IconDarrow."</a>"; echo "<br /><br />"; echo help_link('block_move_up'); @@ -389,9 +389,9 @@ if ($action=="configure") { echo "</td>"; // NOTE: Row 2 column 7: Up/Down buttons for right block list echo "<td class=\"optionbox width20 vmiddle\">"; - echo "<a tabindex=\"-1\" onclick=\"move_up_block('right_select');\" title=\"".i18n::translate('Move Up')."\">".$IconUarrow."</a>"; + echo "<a tabindex=\"-1\" onclick=\"move_up_block('right_select');\" title=\"".i18n::translate('Move up')."\">".$IconUarrow."</a>"; echo "<br />"; - echo "<a tabindex=\"-1\" onclick=\"move_down_block('right_select');\" title=\"".i18n::translate('Move Down')."\">".$IconDarrow."</a>"; + echo "<a tabindex=\"-1\" onclick=\"move_down_block('right_select');\" title=\"".i18n::translate('Move down')."\">".$IconDarrow."</a>"; echo "<br /><br />"; echo help_link('block_move_up'); echo "</td>"; |
