[vhffs-dev] [1007] Fixed typo |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1007
Author: beuss
Date: 2007-10-19 05:26:21 +0000 (Fri, 19 Oct 2007)
Log Message:
-----------
Fixed typo
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Main.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel/Main.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2007-10-18 22:27:03 UTC (rev 1006)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2007-10-19 05:26:21 UTC (rev 1007)
@@ -532,7 +532,7 @@
}
}
if( @overquota ) {
- $template->param( OVER_QUOTA_TEXT => gettext('The following projects has reached or are going to reach the disk quota limit, please take a look !') );
+ $template->param( OVER_QUOTA_TEXT => gettext('The following projects have reached or are going to reach the disk quota limit, please take a look !') );
$template->param( OVER_QUOTA => \@overquota );
}