[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-225-gf6f4a9e

Kevin Falcone falcone at bestpractical.com
Tue Dec 7 11:59:53 EST 2010


The branch, 3.8-trunk has been updated
       via  f6f4a9e7b5a411b78f22f92a2a836e0a3d2e6083 (commit)
      from  e69d1ae186e209ba67f770be0aef9025638433be (commit)

Summary of changes:
 lib/RT/User_Overlay.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit f6f4a9e7b5a411b78f22f92a2a836e0a3d2e6083
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Dec 7 11:59:36 2010 -0500

    Fix incorrect update message

diff --git a/lib/RT/User_Overlay.pm b/lib/RT/User_Overlay.pm
index ab252bb..d64ba54 100755
--- a/lib/RT/User_Overlay.pm
+++ b/lib/RT/User_Overlay.pm
@@ -1784,7 +1784,7 @@ sub SetPrivateKey {
     );
     return ($status, $self->loc("Couldn't set private key"))    
         unless $status;
-    return ($status, $self->loc("Unset private key"));
+    return ($status, $self->loc("Set private key"));
 }
 
 sub BasicColumns {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list