Skip to content
Snippets Groups Projects
Commit d6adab67 authored by Björn Schießle's avatar Björn Schießle
Browse files

improved message if trash bin is empty

parent 0c8bcacd
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<div id='notification'></div>
<?php if (isset($_['files']) && count($_['files'])==0):?>
<div id="emptyfolder"><?php echo $l->t('Nothing in here. Trash bin empty!')?></div>
<div id="emptyfolder"><?php echo $l->t('Nothing in here. Your trash bin is empty!')?></div>
<?php endif; ?>
<table>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment