diff options
author | Michael Tänzer <neo@nhng.de> | 2012-10-30 22:25:12 +0100 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-10-30 22:25:12 +0100 |
commit | 50dd7f9b8bcf4e2da1b365e194bc74295ce4c359 (patch) | |
tree | c785a4d4143ebc1616bdb90da782d175540342ab | |
parent | 203dcbbd0e8d7c8734925fade71f21d9ddc25232 (diff) | |
download | cacert-devel-50dd7f9b8bcf4e2da1b365e194bc74295ce4c359.tar.gz cacert-devel-50dd7f9b8bcf4e2da1b365e194bc74295ce4c359.tar.xz cacert-devel-50dd7f9b8bcf4e2da1b365e194bc74295ce4c359.zip |
bug 1080: allow translations of the explanation
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | pages/account/24.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/account/24.php b/pages/account/24.php index 71dcd52..27583ab 100644 --- a/pages/account/24.php +++ b/pages/account/24.php @@ -48,7 +48,11 @@ </tr> <tr> <td class="DataTD"><?=_("Country")?>:</td> - <td class="DataTD"><input type="text" name="C" value="" size="5">(2 letter <a href="http://www.iso.org/iso/home/standards/country_codes/iso-3166-1_decoding_table.htm">ISO code</a>)</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>")?> + </td> </tr> <tr> <td class="DataTD"><?=_("Comments")?>:</td> |