]> WPIA git - gigi.git/commitdiff
fix: translation strings in "VerificationAgentEntered.templ"
authorFelix Dörre <felix@dogcraft.de>
Sun, 11 Sep 2016 18:44:25 +0000 (20:44 +0200)
committerFelix Dörre <felix@dogcraft.de>
Mon, 12 Sep 2016 21:54:31 +0000 (23:54 +0200)
no need to start a translation string when there is nothing
to translate

Change-Id: I2922810f617f1d9e3ec451574134dbb947c474a3

src/org/cacert/gigi/util/VerificationAgentEntered.templ

index b66e38c835809fbb1d09bcf54292edb2288dec36..a17fc09801bd903863f3d5e0791f39dc874e2844 100644 (file)
@@ -6,7 +6,7 @@ Subject: <?=_Verification entered by you?>
 <?=_You granted ${points} Verification Points to the following verified name(s):?>
 
 <? foreach($names) { ?>\
-<?=_${name}?>
+<?=$name?>
 <? } ?>\
 
 <?=_You meet the Applicant on ${date} at ${location}, ${country}.?>