improved message if trash bin is empty

This commit is contained in:
Björn Schießle 2013-01-30 10:07:29 +01:00
parent 0c8bcacdc8
commit d6adab6734
1 changed files with 1 additions and 1 deletions

View File

@ -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>