mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix wording a little
This commit is contained in:
@@ -173,7 +173,7 @@ lgroups_tablist=Group list
|
||||
lgroups_eallow=You are not allowed to edit quotas on this filesystem
|
||||
lgroups_title=Filesystem Quotas
|
||||
lgroups_return=filesystems list
|
||||
lgroups_toomany=Too many groups have quotas on <tt>$1</tt> to display on one page
|
||||
lgroups_toomany=Too many groups have quotas on <tt>$1</tt> to display on one page.
|
||||
lgroups_quotas=All Group Quotas on <tt>$1</tt>
|
||||
lgroups_blocks=Blocks
|
||||
lgroups_kbs=Kilobytes
|
||||
@@ -247,7 +247,7 @@ lusers_tabemail=Email notifications
|
||||
lusers_eallow=You are not allowed to edit quotas on this filesystem
|
||||
lusers_title=Filesystem Quotas
|
||||
lusers_return=filesystems list
|
||||
lusers_toomany=Too many users have quotas on <tt>$1</tt> to display on one page
|
||||
lusers_toomany=Too many users have quotas on <tt>$1</tt> to display on one page.
|
||||
lusers_qoutas=All User Quotas on <tt>$1</tt>
|
||||
lusers_bsize=Quota block size : $1 bytes
|
||||
lusers_blocks=Blocks
|
||||
|
||||
@@ -42,7 +42,7 @@ $n = &filesystem_users($f);
|
||||
$bsize = &block_size($f);
|
||||
$fsbsize = &block_size($f, 1);
|
||||
if ($n > $config{'display_max'} && !$access{'ro'}) {
|
||||
print "<b>", &text('lusers_toomany', $f), "</b><br>\n";
|
||||
print "<b>", &text('lusers_toomany', $f), "</b><p>\n";
|
||||
print &ui_links_row(\@ulinks);
|
||||
}
|
||||
elsif ($n) {
|
||||
|
||||
Reference in New Issue
Block a user