]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/output/HashAlgorithms.java
add: add boolean to separate groups for user and support
[gigi.git] / src / org / cacert / gigi / output / HashAlgorithms.java
index 8e13513a822fe178d819ea9e7abbe84f364e9459..fe29d62512717f2383b826d498b5d1161bb085a8 100644 (file)
@@ -25,7 +25,7 @@ public class HashAlgorithms implements IterableDataset {
         Digest d = length[i++];
         vars.put("algorithm", d.toString());
         vars.put("name", d.toString());
-        vars.put("info", l.getTranslation(d.getExp()));
+        vars.put("info", d.getExp());
         vars.put("checked", selected == d ? " checked='checked'" : "");
         return true;
     }