typo fix and useless textdomain declaration removal

This commit is contained in:
Gunter Labes 2009-02-19 15:31:37 +00:00
parent bc31e8eccf
commit 28a9ab4269
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,3 @@
#textdomain wesnoth
motd="Welcome to Wesnoth's LAN server! This server will automaticaly shutdown after all players have left."
motd="Welcome to Wesnoth's LAN server! This server will automatically shutdown after all players have left."
versions_accepted="*"
lan_server="60"

View file

@ -132,7 +132,7 @@ svnmove()
add_textdomain()
# Add '#textdomain wesnoth' to files that don't have it.
{
for file in `find data -name "*.cfg" -print | grep -v 'data/languages'`
for file in `find data -name "*.cfg" -print | grep -v 'data/languages\|lan_server.cfg'`
do
if grep '#textdomain' $file >/dev/null
then