diff --git a/GreenshotPlugin/Core/Language.cs b/GreenshotPlugin/Core/Language.cs index e903346d3..52b756695 100644 --- a/GreenshotPlugin/Core/Language.cs +++ b/GreenshotPlugin/Core/Language.cs @@ -98,9 +98,7 @@ namespace GreenshotPlugin.Core { } else { CurrentLanguage = DEFAULT_LANGUAGE; } - if (string.IsNullOrEmpty(CurrentLanguage)) { - throw new ApplicationException("Couldn't set language, installation problem?"); - } + LOG.Error("Couldn't set language, installation problem?"); } ///