diff options
Diffstat (limited to 'fix_mo')
-rwxr-xr-x | fix_mo | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,13 +1,5 @@ #!/bin/sh -#--------------------------------------------------------------- -# Project : Mandrake Linux -# Module : spec-helper -# File : fix-mo -# Version : $Id: fix_mo 234135 2008-02-10 14:24:43Z guillomovitch $ -# Author : Pablo Saratxaga -# Created On : Fri Feb 14 08:27:47 2003 -# Purpose : Fix bad translations -#--------------------------------------------------------------- +# Fix bad translations # HP people wants to have 'Gnome' in ascii; # so "±×³ð" is converted to 'GNOME' @@ -37,5 +29,3 @@ done rm -f $TMP $TMP2 exit $ret - -# fix-mo ends here |