summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2010-08-20 19:47:56 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2010-08-20 19:47:56 +0000
commit78b1d86b3d6ebeeb8a3404416ceb55a77226dfb5 (patch)
tree60e1fc7a437f83b54818d4fecc6ff789f1898b87
parent865d8b089b85842de072f6de3940d177cd7e4115 (diff)
downloadwebtrees-78b1d86b3d6ebeeb8a3404416ceb55a77226dfb5.tar.gz
webtrees-78b1d86b3d6ebeeb8a3404416ceb55a77226dfb5.tar.bz2
webtrees-78b1d86b3d6ebeeb8a3404416ceb55a77226dfb5.zip
split text into pragraphs
-rw-r--r--dir_editor.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/dir_editor.php b/dir_editor.php
index 39fd076d48..2e53dce4fb 100644
--- a/dir_editor.php
+++ b/dir_editor.php
@@ -86,7 +86,7 @@ print_header(i18n::translate('Cleanup data directory'));
echo '<p class="center"><input TYPE="button" VALUE="', i18n::translate('Return to Administration page'), '" onclick="javascript:window.location=\'admin.php\'" /></p>',
'<h2 class="center">', i18n::translate('Cleanup data directory'), '</h2>';
-echo i18n::translate('To delete a file or subdirectory from the data directory drag it to the wastebasket or select its checkbox. Click the Delete button to permanently remove the indicated files.<br /><br />Files marked with <img src="./images/RESN_confidential.gif" alt="" /> are required for proper operation and cannot be removed.<br />Files marked with <img src="./images/RESN_locked.gif" alt="" /> have important settings or pending change data and should only be deleted if you are sure you know what you are doing.');
+echo i18n::translate('To delete a file or subdirectory from the data directory drag it to the wastebasket or select its checkbox. Click the Delete button to permanently remove the indicated files.'), '<br /><br />', i18n::translate('Files marked with %s are required for proper operation and cannot be removed.', '<img src="./images/RESN_confidential.gif" alt="" />'), '<br />', i18n::translate('Files marked with %s have important settings or pending change data and should only be deleted if you are sure you know what you are doing.', '<img src="./images/RESN_locked.gif" alt="" />');
//post back
if(isset($_REQUEST["to_delete"])) {
@@ -209,7 +209,6 @@ function removeAll() {
}
// -->
</script>
-
<button type="submit"><?php print i18n::translate('Delete');?></button>
<button type="button" onclick="ul_clear(); return false;"><?php print i18n::translate('Cancel');?></button><br /><br />
<button type="button" onclick="removeAll(); return false;"><?php print i18n::translate('Remove all nonessential files');?></button>
@@ -217,4 +216,4 @@ function removeAll() {
</tr>
</table>
</form>
- <?php print_footer(); ?>
+<?php print_footer(); ?> \ No newline at end of file