update string as requested for translatability

This commit is contained in:
zzz
2020-02-09 14:01:21 +00:00
parent dd3dbbf7f9
commit d42235486e
2 changed files with 2 additions and 2 deletions

View File

@@ -549,7 +549,7 @@
</span>
<span class="multiOption">
<label><input value="0,4" type="radio" id="startOnLoad" name="encType" <%=((has0 && has4) ? " checked=\"checked\"" : "")%> class="tickbox" />
<%=intl._t("Both")%> (<%=intl._t("Experts only!")%>)</label>
<%=intl._t("Both encryption types")%> (<%=intl._t("Experts only!")%>)</label>
</span>
</td>
</tr>

View File

@@ -858,7 +858,7 @@
</span>
<span class="multiOption">
<label><input value="0,4" type="radio" id="startOnLoad" name="encType" <%=((has0 && has4) ? " checked=\"checked\"" : "")%> class="tickbox" />
<%=intl._t("Both")%> (<%=intl._t("Experts only!")%>)</label>
<%=intl._t("Both encryption types")%> (<%=intl._t("Experts only!")%>)</label>
</span>
</td>
</tr>