typo fix and useless textdomain declaration removal
This commit is contained in:
parent
bc31e8eccf
commit
28a9ab4269
2 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue