[Rt-commit] [svn] r1816 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . lib/RT

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 03:25:15 EST 2004


Author: jesse
Date: Thu Nov 11 03:25:14 2004
New Revision: 1816

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
Log:
 r9078 at tinbook:  jesse | 2004-11-11T02:59:19.778677Z
  r6061 at tinbook:  jesse | 2004-10-20T19:27:22.698792Z
  Minor cleanups to record.pm
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/Record.pm	Thu Nov 11 03:25:14 2004
@@ -1522,7 +1522,7 @@
 
         unless ($new_value_id) {
             return ( 0,
-                $self->loc("Could not add new custom field value for ticket. [_1] ",
+                $self->loc("Could not add new custom field value. [_1] ",
                   ,$value_msg) );
         }
 
@@ -1569,7 +1569,7 @@
 
         unless ($new_value_id) {
             return ( 0,
-                $self->loc("Could not add new custom field value for ticket. "));
+                $self->loc("Could not add new custom field value. "));
         }
     if ( $args{'RecordTransaction'} ) {
         my ( $TransactionId, $Msg, $TransactionObj ) = $self->_NewTransaction(


More information about the Rt-commit mailing list