[Jifty-commit] jifty branch, setupwizard-refactor, updated. 8da01ab1f7d68acca279d7f56403e8138c5f46ea

Jifty commits jifty-commit at lists.jifty.org
Tue Jul 20 16:30:40 EDT 2010


The branch, setupwizard-refactor has been updated
       via  8da01ab1f7d68acca279d7f56403e8138c5f46ea (commit)
      from  885299a321d8871c615466a059be2d9f9d26e591 (commit)

Summary of changes:
 lib/Jifty/Plugin/SetupWizard/View/Helpers.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 8da01ab1f7d68acca279d7f56403e8138c5f46ea
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Jul 20 16:32:10 2010 -0400

    Tighten the wording of the unavailable db message

diff --git a/lib/Jifty/Plugin/SetupWizard/View/Helpers.pm b/lib/Jifty/Plugin/SetupWizard/View/Helpers.pm
index b538376..f3448c8 100644
--- a/lib/Jifty/Plugin/SetupWizard/View/Helpers.pm
+++ b/lib/Jifty/Plugin/SetupWizard/View/Helpers.pm
@@ -106,7 +106,7 @@ private template 'database_widget/unavailable_drivers' => sub {
     my $object      = $count == 1 ? _("driver") : _("drivers");
 
     p {{ class is 'test-db-connectivity-drivers' };
-        _("%1 %2 also supported, but we couldn't find the database %3. You may be able to remedy this by installing %4 from CPAN.",
+        _("%1 %2 supported, but we couldn't find the database %3. You may be able to remedy this by installing %4 from CPAN.",
           $databases, $helpingverb, $object, $drivers )
     };
 };

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list