Mercurial > repos > IBBoard
comparison Lang/Translation.cs @ 8:d6ce8764e92b
Fix typo in method name reference
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Fri, 02 Jan 2009 20:19:16 +0000 |
parents | f4da31cb09d9 |
children | 562390c8d618 |
comparison
equal
deleted
inserted
replaced
7:f4da31cb09d9 | 8:d6ce8764e92b |
---|---|
141 if (translationLanguage == "" || translationLanguage == null) | 141 if (translationLanguage == "" || translationLanguage == null) |
142 { | 142 { |
143 throw new ArgumentException("Translation language cannot be empty or null"); | 143 throw new ArgumentException("Translation language cannot be empty or null"); |
144 } | 144 } |
145 | 145 |
146 LoadTranslationForLang(translationLanguage); | 146 LoadTranslationForLanguage(translationLanguage); |
147 } | 147 } |
148 | 148 |
149 private static void LoadTranslationForLanguage(string translationLanguage) | 149 private static void LoadTranslationForLanguage(string translationLanguage) |
150 { | 150 { |
151 checkInitialisation(); | 151 checkInitialisation(); |