[vhffs-dev] [794] Grammar fix |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 794
Author: gradator
Date: 2007-08-29 02:45:31 +0000 (Wed, 29 Aug 2007)
Log Message:
-----------
Grammar fix
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-08-29 02:43:19 UTC (rev 793)
+++ trunk/vhffs-api/src/Vhffs/Panel/Main.pm 2007-08-29 02:45:31 UTC (rev 794)
@@ -474,7 +474,7 @@
$panel->set_title( sprintf( gettext('Hello %s, welcome in VHFFS !'), $user->get_username() ) );
my $template = new HTML::Template( filename => $templatedir."/panel/misc/welcome.tmpl" );
- $template->param( TEXT_WELCOME => gettext("If you are new to VHFFS, you should start to read quickly the whole help available by clicking on the buoy button on the upper right of the screen") );
+ $template->param( TEXT_WELCOME => gettext("If you are new to VHFFS, you should start to read quickly the whole help available by clicking on the buoy button in the upper right of the screen") );
return $template;
}