[vhffs-dev] [1434] Removed a ?\226?\130?\172 which was confusing gettext |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1434
Author: beuss
Date: 2009-06-12 14:28:16 +0200 (Fri, 12 Jun 2009)
Log Message:
-----------
Removed a ?\226?\130?\172 which was confusing gettext
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Panel/Public.pm
Modified: trunk/vhffs-api/src/Vhffs/Panel/Public.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Panel/Public.pm 2009-06-12 12:27:41 UTC (rev 1433)
+++ trunk/vhffs-api/src/Vhffs/Panel/Public.pm 2009-06-12 12:28:16 UTC (rev 1434)
@@ -67,7 +67,7 @@
},
# Format filter accept only one argument
# pretty_print can 'sprintf' anything, use it as
- # [% '%s is €%d' | pretty_print(article, price)]
+ # [% '%s is $%d' | pretty_print(article, price)]
pretty_print => [sub {
my $context = shift;
my @args = @_;