Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2001:
[Freeciv-Dev] fix for small typo
Home

[Freeciv-Dev] fix for small typo

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] fix for small typo
From: Michael Stefaniuc <mstefani@xxxxxxxxx>
Date: Sun, 15 Jul 2001 02:29:28 +0200

Hello!

While translating Freeciv to Romanian I found a small typo: 
Setter used instead of Settler.
The attached patch fix this in code but not in the po files.
The po file should be automaticly be fixed when changes from
the source are merged. If you want to fix them now then
perl -pi -e 's/\b([sS]ett)(ers?)\b/$1l$2/g' po/*.po
should do the job.

bye
        michael
-- 
Michael Stefaniuc               Tel.: +49-711-96437-199
System Administration           Fax.: +49-711-96437-111
Red Hat GmbH                    Email: mstefani@xxxxxxxxx
Hauptstaetterstr. 58            http://www.redhat.de/
D-70178 Stuttgart

Attachment: setter.diff
Description: Text document


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] fix for small typo, Michael Stefaniuc <=