Blob Blame History Raw
--- gettext-0.16.1/gettext-tools/tests/lang-php~	2006-11-28 03:02:08.000000000 +1000
+++ gettext-0.16.1/gettext-tools/tests/lang-php	2007-04-30 17:51:31.000000000 +1000
@@ -15,7 +15,7 @@
   bindtextdomain ("prog", ".");
   echo _("'Your command, please?', asked the waiter.");
   echo "\n";
-  echo printf(_("%s is replaced by %s."), "FF", "EUR");
+  printf(_("%s is replaced by %s."), "FF", "EUR");
   echo "\n";
 ?>
 EOF