[Rt-commit] r8812 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Aug 28 14:48:50 EDT 2007


Author: ruz
Date: Tue Aug 28 14:48:49 2007
New Revision: 8812

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus

Log:
 r8764 at cubic-pc (orig r8763):  sartak | 2007-08-28 21:57:17 +0400
  r37489 at onn:  sartak | 2007-08-28 13:57:08 -0400
  More loc()
 


Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus	Tue Aug 28 14:48:49 2007
@@ -94,7 +94,7 @@
     }
 }
 
-push @messages, 'Warning! This is NOT signed!'
+push @messages, loc('Warning! This is NOT signed!')
     if $needs_unsigned_warning;
 return unless @messages;
 


More information about the Rt-commit mailing list