From 5fc9c8087adffcb1e448b91e4d7bdbab1ac4abec Mon Sep 17 00:00:00 2001 From: Alexander van Gessel Date: Fri, 10 Oct 2008 09:12:07 +0100 Subject: [PATCH] Do not make empty strings translatable. --- data/core/units.cfg | 2 +- data/core/units/fake/Fog_Clearer.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/core/units.cfg b/data/core/units.cfg index 4c8288bc4ad..36b7375cc10 100644 --- a/data/core/units.cfg +++ b/data/core/units.cfg @@ -43,7 +43,7 @@ male_name= _ "race^Bat" female_name= _ "race+female^Bat" plural_name= _ "race^Bats" - description= _"" # wmllint: ignore + description= "" # wmllint: ignore num_traits=2 [/race] diff --git a/data/core/units/fake/Fog_Clearer.cfg b/data/core/units/fake/Fog_Clearer.cfg index 28c7edeba11..43751e07719 100644 --- a/data/core/units/fake/Fog_Clearer.cfg +++ b/data/core/units/fake/Fog_Clearer.cfg @@ -16,7 +16,7 @@ advances_to=null cost=1 usage=scout - description=_ "" # wmllint: ignore + description="" # wmllint: ignore hide_help=true do_not_list=yes [/unit_type]