From 602a0f10fa56b68a35d92d7a1f9dfd931c0a16cf Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 17 Nov 2010 18:16:21 +0000 Subject: [PATCH] (svn r21223) -Fix: use proper plural for the short cargo unit names --- src/lang/english.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/english.txt b/src/lang/english.txt index 7373a36ae7..f79b192a3e 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -165,12 +165,12 @@ STR_ABBREV_NONE :{TINYFONT}NO STR_ABBREV_ALL :{TINYFONT}ALL # 'Mode' of transport for cargoes -STR_PASSENGERS :{COMMA} passengers -STR_BAGS :{COMMA} bags -STR_TONS :{COMMA} tonnes -STR_LITERS :{COMMA} litres -STR_ITEMS :{COMMA} items -STR_CRATES :{COMMA} crates +STR_PASSENGERS :{COMMA} passenger{P "" s} +STR_BAGS :{COMMA} bag{P "" s} +STR_TONS :{COMMA} tonne{P "" s} +STR_LITERS :{COMMA} litre{P "" s} +STR_ITEMS :{COMMA} item{P "" s} +STR_CRATES :{COMMA} crate{P "" s} # Colours, do not shuffle STR_COLOUR_DARK_BLUE :Dark Blue