[interchange-cvs] interchange - jon modified code/UI_Tag/filters.coretag

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Feb 6 21:44:00 2002


User:      jon
Date:      2002-02-07 02:43:21 GMT
Modified:  code/UI_Tag filters.coretag
Log:
Bring back typo fix and clarifications on filter descriptions.

Revision  Changes    Path
1.2       +4 -4      interchange/code/UI_Tag/filters.coretag


rev 1.2, prev_rev 1.1
Index: filters.coretag
===================================================================
RCS file: /var/cvs/interchange/code/UI_Tag/filters.coretag,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- filters.coretag	29 Jan 2002 05:52:40 -0000	1.1
+++ filters.coretag	7 Feb 2002 02:43:21 -0000	1.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/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 {