From cd73ad8b01eca4acf66e0dd21dab7605515eb21e Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 22 Oct 2009 16:01:28 +0000 Subject: [PATCH] (svn r17845) -Fix (r17744): Missing 'g' in sed command. --- docs/obg_format.txt | 2 +- docs/obs_format.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/obg_format.txt b/docs/obg_format.txt index dce14c8c7f..25f020c102 100644 --- a/docs/obg_format.txt +++ b/docs/obg_format.txt @@ -35,7 +35,7 @@ version = 0 ; Note that OpenTTD first tries the full ISO code, then the first ; two characters and then uses the fallback (no '.'). ; The ISO code matching is case sensitive! -; So en_US will be used for en_GB if no en_UK translation is added. +; So en_US will be used for en_GB if no en_GB translation is added. ; As a result the below example has 'howdie' for en_US and en_GB but ; 'foo' for all other languages. description = foo diff --git a/docs/obs_format.txt b/docs/obs_format.txt index a4ee23d487..21bb285b7f 100644 --- a/docs/obs_format.txt +++ b/docs/obs_format.txt @@ -35,7 +35,7 @@ version = 0 ; Note that OpenTTD first tries the full ISO code, then the first ; two characters and then uses the fallback (no '.'). ; The ISO code matching is case sensitive! -; So en_US will be used for en_GB if no en_UK translation is added. +; So en_US will be used for en_GB if no en_GB translation is added. ; As a result the below example has 'howdie' for en_US and en_GB but ; 'foo' for all other languages. description = foo