mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Tested and fixed update check
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2154 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
bf392fb81a
commit
552a4c8f94
3 changed files with 15 additions and 11 deletions
|
@ -237,7 +237,7 @@ namespace GreenshotPlugin.Controls {
|
|||
string langString = null;
|
||||
if (!string.IsNullOrEmpty(languageKey)) {
|
||||
if (!Language.TryGetString(languageKey, out langString)) {
|
||||
LOG.WarnFormat("Wrong language key '{0}' configured for control '{1}'", languageKey, applyTo.Name);
|
||||
LOG.WarnFormat("Unknown language key '{0}' configured for control '{1}', this might be okay.", languageKey, applyTo.Name);
|
||||
return;
|
||||
}
|
||||
applyTo.Text = langString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue