diff options
-rw-r--r-- | docs/obg_format.txt | 2 | ||||
-rw-r--r-- | 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 dce14c8c7..25f020c10 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 '.<iso code>'). ; 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 a4ee23d48..21bb285b7 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 '.<iso code>'). ; 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 |