Index: openacs-4/packages/acs-admin/www/apm/version-i18n.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n.tcl,v diff -u -r1.14.2.2 -r1.14.2.3 --- openacs-4/packages/acs-admin/www/apm/version-i18n.tcl 2 Jan 2016 21:14:10 -0000 1.14.2.2 +++ openacs-4/packages/acs-admin/www/apm/version-i18n.tcl 22 Apr 2017 18:17:05 -0000 1.14.2.3 @@ -1,5 +1,5 @@ ad_page_contract { - A form to help semi-automate the conversion of tcl and adp files from using literal + A form to help semi-automate the conversion of Tcl and adp files from using literal text strings to using the message catalog. @author Peter Marklund (peter@collaboraid.biz) @@ -19,7 +19,7 @@ where version_id = :version_id } -set page_title "Message catalog lookups for adp and tcl files of $pretty_name $version_name" +set page_title "Message catalog lookups for adp and Tcl files of $pretty_name $version_name" set context_bar [ad_context_bar $page_title] set file_option_list [list] @@ -151,7 +151,7 @@ set href2 [export_vars -base version-i18n -override {{file_type sql}} {version_id pre_select_files_p show_status_p only_text_p}] set file_type_filter [subst { Show adp files: $text_only_filter | - Show tcl files | + Show Tcl files | Show sql files }] } @@ -160,7 +160,7 @@ set href2 [export_vars -base version-i18n -override {{file_type sql}} {version_id pre_select_files_p show_status_p only_text_p}] set file_type_filter [subst { Show adp files | - Show tcl files | + Show Tcl files | Show sql files }] } @@ -170,7 +170,7 @@ set file_type_filter [subst { Show adp files | - Show tcl files | + Show Tcl files | Show sql files }] }