[Jifty-commit] r3668 - jifty/trunk/lib/Jifty/Plugin/Feedback

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jul 11 15:57:22 EDT 2007


Author: clkao
Date: Wed Jul 11 15:57:22 2007
New Revision: 3668

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

Log:
i18n for feedback plugin.

Modified: jifty/trunk/lib/Jifty/Plugin/Feedback/View.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Plugin/Feedback/View.pm	(original)
+++ jifty/trunk/lib/Jifty/Plugin/Feedback/View.pm	Wed Jul 11 15:57:22 2007
@@ -19,9 +19,8 @@
         attr { id => 'feedback_wrapper' };
 
         h3 { _('Send us feedback!') } p {
-            "Tell us what's good, what's bad, and what else you want "
-                . Jifty->config->framework('ApplicationName')
-                . " to do!";
+            _("Tell us what's good, what's bad, and what else you want %1 to do!",
+	      Jifty->config->framework('ApplicationName'));
         };
         render_region(
             'feedback',


More information about the Jifty-commit mailing list