[Rt-commit] r9585 - in rt/branches/3.7-EXPERIMENTAL: .
ruz at bestpractical.com
ruz at bestpractical.com
Tue Nov 6 07:07:57 EST 2007
Author: ruz
Date: Tue Nov 6 07:07:55 2007
New Revision: 9585
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGSignIssues
Log:
r9355 at cubic-pc (orig r9354): sartak | 2007-10-19 19:57:20 +0400
r43873 at onn: sartak | 2007-10-19 11:56:59 -0400
Report the address in GnuPGSignIssues if able
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGSignIssues
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGSignIssues (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/GnuPGSignIssues Tue Nov 6 07:07:55 2007
@@ -46,6 +46,12 @@
%#
%# END BPS TAGGED BLOCK }}}
<&| /Widgets/TitleBox, title => loc('GnuPG error') &>
-<% loc("The system is unable to sign outgoing messages. This usually indicates that the passphrase was mis-set, or that GPG Agent is down. Please alert your system administrator immediately.") %>
+% if (defined $Address) {
+ <% loc("The system is unable to sign outgoing messages to [_1]. This usually indicates that the passphrase was mis-set, or that GPG Agent is down. Please alert your system administrator immediately.", $Address) %>
+% } else {
+ <% loc("The system is unable to sign outgoing messages. This usually indicates that the passphrase was mis-set, or that GPG Agent is down. Please alert your system administrator immediately.") %>
+% }
</&>
-
+<%ARGS>
+$Address
+</%ARGS>
More information about the Rt-commit
mailing list