[Rt-commit] r9360 - in rt/branches/3.7-RTIR-RELENG: html/Elements

sartak at bestpractical.com sartak at bestpractical.com
Fri Oct 19 14:41:43 EDT 2007


Author: sartak
Date: Fri Oct 19 14:41:42 2007
New Revision: 9360

Modified:
   rt/branches/3.7-RTIR-RELENG/   (props changed)
   rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues

Log:
 r43883 at onn:  sartak | 2007-10-19 14:41:31 -0400
 Missed a case where the "can't encrypt to these emails" comes up even if you have no problem emails to encrypt to


Modified: rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues	(original)
+++ rt/branches/3.7-RTIR-RELENG/html/Elements/GnuPGKeyIssues	Fri Oct 19 14:41:42 2007
@@ -59,7 +59,7 @@
 
 % if (@$Issues == 1) {
 <% loc("You are going to encrypt outgoing email messages, but there is a problem with a recipient's public key. You have to fix the problem with the key, disable sending a message to that recipient, or disable encryption.") %>
-% } else {
+% } elsif (@$Issues > 1) {
 <% loc("You are going to encrypt outgoing email messages, but there are problems with recipients' public keys. You have to fix the problems with the keys, disable sending a message to the recipients with key problems, or disable encryption.") %>
 % }
 


More information about the Rt-commit mailing list