[Rt-commit] r8990 - in rt/branches/3.7-EXPERIMENTAL: .
sartak at bestpractical.com
sartak at bestpractical.com
Mon Sep 10 17:31:33 EDT 2007
Author: sartak
Date: Mon Sep 10 17:31:32 2007
New Revision: 8990
Modified:
rt/branches/3.7-EXPERIMENTAL/ (props changed)
rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey
Log:
r42495 at onn: sartak | 2007-09-10 17:20:47 -0400
Change the "No known keys." message because we may know keys, they're just not usable for encrypting
Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey (original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectKey Mon Sep 10 17:31:32 2007
@@ -46,7 +46,7 @@
%#
%# END BPS TAGGED BLOCK }}}
% if (!@keys) {
-<% loc("No known keys.") %>
+<% loc("No usable keys.") %>
% } else {
<select name="<% $Name %>">
% foreach my $key (@keys) {
More information about the Rt-commit
mailing list