[Rt-commit] [svn] r1672 - in rt/branches/3.3-TESTING: . lib/RT

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Wed Oct 20 18:32:49 EDT 2004


Author: jesse
Date: Wed Oct 20 18:32:48 2004
New Revision: 1672

Modified:
   rt/branches/3.3-TESTING/   (props changed)
   rt/branches/3.3-TESTING/lib/RT/Record.pm
Log:
 r6061 at tinbook:  jesse | 2004-10-20T19:27:22.698792Z
 Minor cleanups to record.pm


Modified: rt/branches/3.3-TESTING/lib/RT/Record.pm
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT/Record.pm	(original)
+++ rt/branches/3.3-TESTING/lib/RT/Record.pm	Wed Oct 20 18:32:48 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