Skip to content

Commit

Permalink
Forgot to transfer this over
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Aug 25, 2014
1 parent 7304030 commit 9e958c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion imp/lib/Dynamic/Mailbox.php
Expand Up @@ -521,7 +521,6 @@ protected function _addMailboxVars()
'create_prompt' => _("Create mailbox:"),
'createsub_prompt' => _("Create subfolder of %s:"),
'delete_mbox' => _("Permanently delete %s?"),
'delete_mbox_subfolders' => _("Delete all subfolders of %s?"),
'download_mbox' => _("All messages in this mailbox will be downloaded into the format that you choose. Depending on the size of the mailbox, this action may take awhile."),
'empty_mbox' => _("Permanently delete all %d messages in %s?"),
'import_mbox' => _("Mbox or .eml file:"),
Expand Down
1 change: 1 addition & 0 deletions imp/templates/dynamic/mailbox.html.php
Expand Up @@ -254,6 +254,7 @@
<div id="delete_mbox_redbox" style="display:none">
<div>
<input name="delete_subfolders" type="checkbox"></input>
<?php echo _("Delete all subfolders?") ?>
</div>
</div>

Expand Down

0 comments on commit 9e958c8

Please sign in to comment.