[Jifty-commit] r7192 - jifty/trunk/lib/Jifty/Plugin/SetupWizard

Jifty commits jifty-commit at lists.jifty.org
Thu Jun 4 20:24:48 EDT 2009


Author: sartak
Date: Thu Jun  4 20:24:48 2009
New Revision: 7192

Modified:
   jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm

Log:
Elaborate a little on what BaseURL is

Modified: jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/SetupWizard/View.pm	Thu Jun  4 20:24:48 2009
@@ -245,7 +245,7 @@
         field      => 'BaseURL',
         context    => '/framework/Web',
         value_args => {
-            hints => _('The root URL (examples: http://%1.yourcompany.com, http://business.com/%1)', $appname),
+            hints => _('The root URL for the web server (examples: http://%1.yourcompany.com, http://business.com/%1)', $appname),
         },
     );
 


More information about the Jifty-commit mailing list