Fix wording a little

This commit is contained in:
Jamie Cameron
2023-06-03 11:09:53 -07:00
parent 3855a5f480
commit c7198232f5
2 changed files with 3 additions and 3 deletions

View File

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

View File

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