[Rt-commit] r13008 - in rt/branches/3.8-TESTING: share/html/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sat Jun 7 00:09:37 EDT 2008


Author: jesse
Date: Sat Jun  7 00:09:36 2008
New Revision: 13008

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Elements/SelectCustomFieldOperator
   rt/branches/3.8-TESTING/share/html/Elements/SelectMatch

Log:
 r32409 at 31b:  jesse | 2008-06-06 22:44:29 -0400
 * Removed the word 'contain' from the UI in favor of 'match', which is shorter and also used already for the same thing


Modified: rt/branches/3.8-TESTING/share/html/Elements/SelectCustomFieldOperator
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/SelectCustomFieldOperator	(original)
+++ rt/branches/3.8-TESTING/share/html/Elements/SelectCustomFieldOperator	Sat Jun  7 00:09:36 2008
@@ -58,7 +58,7 @@
 
 <%ARGS>
 $Name => undef
- at Options => ( loc('contains'), loc("doesn't contain"), loc('is'), loc("isn't"), loc('less than'), loc('greater than'))
+ at Options => ( loc('matches'), loc("doesn't match"), loc('is'), loc("isn't"), loc('less than'), loc('greater than'))
 @Values => ('LIKE', 'NOT LIKE', '=', '!=', '<', '>')
 $Default => ''
 </%ARGS>

Modified: rt/branches/3.8-TESTING/share/html/Elements/SelectMatch
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Elements/SelectMatch	(original)
+++ rt/branches/3.8-TESTING/share/html/Elements/SelectMatch	Sat Jun  7 00:09:36 2008
@@ -54,8 +54,8 @@
 
 <%ARGS>
 $Name => undef
-$Like => loc('contains')
-$NotLike => loc("doesn't contain")
+$Like => loc('matches')
+$NotLike => loc("doesn't match")
 $True => loc('is')
 $False => loc("isn't")
 $Default => undef


More information about the Rt-commit mailing list