Index: openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 2 Dec 2002 14:40:50 -0000 1.7 +++ openacs-4/packages/acs-admin/www/apm/version-i18n-process-2.tcl 4 Dec 2002 09:37:03 -0000 1.8 @@ -73,7 +73,7 @@ set number_of_replacements [lang::util::replace_temporary_tags_with_lookups $file] set total_number_of_replacements [expr $total_number_of_replacements + $number_of_replacements] - append processing_html_result "Did $number_of_replacements replacements, any further details are in the log file" + append processing_html_result "Did $number_of_replacements replacements, see the log file for details" } } Index: openacs-4/packages/acs-admin/www/apm/version-i18n.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/version-i18n.adp,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-admin/www/apm/version-i18n.adp 14 Nov 2002 09:13:32 -0000 1.9 +++ openacs-4/packages/acs-admin/www/apm/version-i18n.adp 4 Dec 2002 09:37:03 -0000 1.10 @@ -115,8 +115,8 @@

-# List image tags, look for alt attributes with literal text
-find -iname '*.adp'|xargs egrep -i '<img'
+# List image tags with alt attributes, look for alt attributes with literal text
+find -iname '*.adp'|xargs egrep -i '<img.*alt='
 # List submit buttons, look for text in the value attribute 
 find -iname '*.adp'|xargs egrep -i '<input[^>]*type="?submit'