[interchange-cvs] interchange - jon modified dist/lib/UI/usertag/filters.tag

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Jan 21 14:15:00 2002


User:      jon
Date:      2002-01-21 19:14:41 GMT
Modified:  dist/lib/UI/usertag filters.tag
Log:
Fix 'entities' typo, clarify newline conversions.

Revision  Changes    Path
2.2       +4 -4      interchange/dist/lib/UI/usertag/filters.tag


rev 2.2, prev_rev 2.1
Index: filters.tag
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/usertag/filters.tag,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- filters.tag	2001/09/04 23:31:16	2.1
+++ filters.tag	2002/01/21 19:14:41	2.2
@@ -26,9 +26,9 @@
 	name            => 'Last,First to First Last',
 	digits          => 'Digits only',
 	word            => 'A-Za-z_0-9',
-	unix            => 'DOS to UNIX CR',
-	dos             => 'UNIX to DOS CR',
-	mac             => 'LF/CR to CR',
+	unix            => 'DOS to UNIX newlines',
+	dos             => 'UNIX to DOS newlines',
+	mac             => 'UNIX or DOS to Mac OS newlines',
 	no_white        => 'No whitespace',
 	strip           => 'Trim whitespace',
 	sql             => 'SQL quoting',
@@ -36,7 +36,7 @@
 	textarea_get    => 'Textarea GET',
 	text2html       => 'Simple text2html',
 	urlencode       => 'URL encode',
-	entities        => 'HTML entitiies',
+	entities        => 'HTML entities',
 );
 
 my $fdesc_sort = sub {