[Rt-commit] r17990 - rt/3.8/trunk/share/html/Install

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 01:16:24 EST 2009


Author: sunnavy
Date: Thu Jan 29 01:16:24 2009
New Revision: 17990

Modified:
   rt/3.8/trunk/share/html/Install/Basics.html
   rt/3.8/trunk/share/html/Install/DatabaseDetails.html
   rt/3.8/trunk/share/html/Install/DatabaseType.html
   rt/3.8/trunk/share/html/Install/Initialize.html
   rt/3.8/trunk/share/html/Install/Sendmail.html

Log:
make words consistent in Install pages

Modified: rt/3.8/trunk/share/html/Install/Basics.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/Basics.html	(original)
+++ rt/3.8/trunk/share/html/Install/Basics.html	Thu Jan 29 01:16:24 2009
@@ -60,7 +60,7 @@
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit,
     Label => loc('Next') .': '. loc('Customize Email Configuration'),
-    Back => 1, BackLabel => loc('Back') .': '. loc('Customize Database Details'),
+    Back => 1, BackLabel => loc('Back') .': '. loc('Check Database Credentials'),
 &>
 </form>
 </&>

Modified: rt/3.8/trunk/share/html/Install/DatabaseDetails.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/DatabaseDetails.html	(original)
+++ rt/3.8/trunk/share/html/Install/DatabaseDetails.html	Thu Jan 29 01:16:24 2009
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<&| Elements/Wrapper, Title => loc('Step [_1] of [_2]', 2, 7 ) .': '. loc('Check your database credentials') &> 
+<&| Elements/Wrapper, Title => loc('Step [_1] of [_2]', 2, 7 ) .': '. loc('Check Database Credentials') &> 
 
 % if ( @errors ) {
 <& Elements/Errors, Errors => \@errors &>
@@ -86,7 +86,7 @@
                     &>
 <& /Elements/Submit,
     Label => loc('Check Database Connectivity'),
-    Back => 1, BackLabel => loc('Back') .': '. loc('Select Database Type'),
+    Back => 1, BackLabel => loc('Back') .': '. loc('Choose Database Engine'),
 &>
 % }
 

Modified: rt/3.8/trunk/share/html/Install/DatabaseType.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/DatabaseType.html	(original)
+++ rt/3.8/trunk/share/html/Install/DatabaseType.html	Thu Jan 29 01:16:24 2009
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<&|Elements/Wrapper, Title => loc('Step [_1] of [_2]', 1, 7 ) .': '. loc('Choose a database engine') &>
+<&|Elements/Wrapper, Title => loc('Step [_1] of [_2]', 1, 7 ) .': '. loc('Choose Database Engine') &>
 
 <div class="intro">
 <p>
@@ -67,7 +67,7 @@
     CurrentValue => RT::Installer->CurrentValues(@Types) &>
 
 <input type="hidden" name="Run" value="1">
-<& /Elements/Submit, Label => loc('Next') .': '. loc( 'Check your database credentials') &>
+<& /Elements/Submit, Label => loc('Next') .': '. loc( 'Check Database Credentials') &>
 </form>
 </&>
 <%init>

Modified: rt/3.8/trunk/share/html/Install/Initialize.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/Initialize.html	(original)
+++ rt/3.8/trunk/share/html/Install/Initialize.html	Thu Jan 29 01:16:24 2009
@@ -59,7 +59,7 @@
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit,
     Label => loc('Initialize Database'),
-    Back => 1, BackLabel => loc('Back') .': '. loc('Customize Global'),
+    Back => 1, BackLabel => loc('Back') .': '. loc('Customize Email Addresses'),
 &>
 </form>
 </&>

Modified: rt/3.8/trunk/share/html/Install/Sendmail.html
==============================================================================
--- rt/3.8/trunk/share/html/Install/Sendmail.html	(original)
+++ rt/3.8/trunk/share/html/Install/Sendmail.html	Thu Jan 29 01:16:24 2009
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<&|Elements/Wrapper, Title => loc('Step [_1] of [_2]', 4, 7 ) .': '. loc('Email Configuration') &> 
+<&|Elements/Wrapper, Title => loc('Step [_1] of [_2]', 4, 7 ) .': '. loc('Customize Email Configuration') &> 
 
 <& Elements/Errors, Errors => \@errors &>
 
@@ -60,7 +60,7 @@
 
 <input type="hidden" name="Run" value="1">
 <& /Elements/Submit,
-    Label => loc('Next') .': '. loc('Customize Global Defaults'),
+    Label => loc('Next') .': '. loc('Customize Email Addresses'),
     Back => 1, BackLabel => loc('Back' ) .': '. loc('Customize Basics'),
 &>
 </form>


More information about the Rt-commit mailing list