[Rt-commit] r17964 - in rt/3.999/branches/merge_to_3.8.2: share/html/Admin/Tools/Shredder

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jan 28 04:36:46 EST 2009


Author: sunnavy
Date: Wed Jan 28 04:36:45 2009
New Revision: 17964

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Tools/Shredder/index.html

Log:
 r19117 at sunnavys-mb:  sunnavy | 2009-01-28 17:11:06 +0800
 merged share/html/Admin/Tools/Shredder/index.html


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Tools/Shredder/index.html
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Tools/Shredder/index.html	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Tools/Shredder/index.html	Wed Jan 28 04:36:45 2009
@@ -161,7 +161,7 @@
 
     $catch_non_fatals->() && last if $@;
 
-    push @{ $messages{Success} }, 'objects were successfuly removed';
+    push @{ $messages{Success} }, _('objects were successfuly removed');
 
 } }
 
@@ -174,7 +174,7 @@
         $search = ''; @objs = ();
         last;
     }
-    push @{ $messages{Success} }, 'executed plugin successfuly';
+    push @{ $messages{Success} }, _('executed plugin successfuly');
 
     my $shredder = new RT::Shredder;
     foreach my $o( grep defined, splice @objs ) {
@@ -182,9 +182,9 @@
           $catch_non_fatals->() && last if $@;
     }
     unless( @objs ) {
-        push @{ $messages{Success} }, 'plugin returned empty list';
+        push @{ $messages{Success} }, _('plugin returned empty list');
     } else {
-        push @{ $messages{Success} }, 'see object list below';
+        push @{ $messages{Success} }, _('see object list below');
     }
 } }
 </%INIT>


More information about the Rt-commit mailing list