[Rt-commit] r12419 - rt/branches/3.8-TESTING/share/html/installation
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Sat May 17 02:05:14 EDT 2008
Author: sunnavy
Date: Sat May 17 02:04:57 2008
New Revision: 12419
Modified:
rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html
Log:
better words
Modified: rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html (original)
+++ rt/branches/3.8-TESTING/share/html/installation/DatabaseDetails.html Sat May 17 02:04:57 2008
@@ -58,7 +58,7 @@
Back => 1, BackLabel => loc('Back: Select Database Type'),
&>
-% if ( @results && $results[0] eq 'Connection successful!' ) {
+% if ( @results && $results[0] eq 'Connected with success!' ) {
<& /Elements/Submit, Label => loc('Next: Customize Basics'), Name => 'Next' &>
% }
@@ -103,7 +103,7 @@
);
if ( $dbh ) {
- push @results, 'Connection successful!';
+ push @results, 'Connected with success!';
# dba connect dsn, which has table info
$dbh = DBI->connect(
RT::Handle->DSN, $ARGS{DatabaseAdmin}, $ARGS{DatabaseAdminPassword}, { RaiseError => 0, PrintError => 0 },
More information about the Rt-commit
mailing list