diff options
author | Michael Tänzer <neo@nhng.de> | 2012-10-30 23:01:56 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-10-30 23:01:56 +0100 |
commit | 9e2d28ad1d563f805faa3e303aab9b2581514402 (patch) | |
tree | 10b32d5f4d4daf5158b7f3b6cf3c01537f01adc4 /pages | |
parent | 50dd7f9b8bcf4e2da1b365e194bc74295ce4c359 (diff) | |
download | cacert-devel-9e2d28ad1d563f805faa3e303aab9b2581514402.tar.gz cacert-devel-9e2d28ad1d563f805faa3e303aab9b2581514402.tar.xz cacert-devel-9e2d28ad1d563f805faa3e303aab9b2581514402.zip |
bug 1080: doh, actually send the string through gettext
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/24.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/account/24.php b/pages/account/24.php index 27583ab..14a47c0 100644 --- a/pages/account/24.php +++ b/pages/account/24.php @@ -49,9 +49,9 @@ <tr> <td class="DataTD"><?=_("Country")?>:</td> <td class="DataTD"><input type="text" name="C" value="" size="5"> - <?php printf("(2 letter %s ISO code %s )", - "<a href='http://www.iso.org/iso/home/standards/country_codes/iso-3166-1_decoding_table.htm'>", - "</a>")?> + <?php printf(_('(2 letter %s ISO code %s )'), + '<a href="http://www.iso.org/iso/home/standards/country_codes/iso-3166-1_decoding_table.htm">', + '</a>')?> </td> </tr> <tr> |