[Rt-commit] r12868 - in rt/branches/3.8-TESTING: .

kyoki at bestpractical.com kyoki at bestpractical.com
Wed Jun 4 11:32:13 EDT 2008


Author: kyoki
Date: Wed Jun  4 11:32:12 2008
New Revision: 12868

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in

Log:
 r12871 at nyx:  kyoki | 2008-06-04 11:20:02 -0400
 small grammar fix in rt dependencies document


Modified: rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	(original)
+++ rt/branches/3.8-TESTING/sbin/rt-test-dependencies.in	Wed Jun  4 11:32:12 2008
@@ -448,8 +448,8 @@
         }
         unless ( $configured ) {
             print <<END;
-You didn't configure CPAN shell yet.
-Please run `@PERL@ -MCPAN -e shell` tool and configure it.
+You haven't configured the CPAN shell yet.
+Please run `@PERL@ -MCPAN -e shell` to configure it.
 END
             exit(1);
         }


More information about the Rt-commit mailing list