Fixed key rename

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1855 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-16 05:36:18 +00:00
parent 02dd9ba8b9
commit 3e82b268e1
2 changed files with 2 additions and 2 deletions

View file

@ -866,7 +866,7 @@ namespace Greenshot {
//
// checkbox_printgrayscale
//
this.checkbox_printgrayscale.LanguageKey = "printoption_printgrayscale";
this.checkbox_printgrayscale.LanguageKey = "printoptions_printgrayscale";
this.checkbox_printgrayscale.Location = new System.Drawing.Point(12, 192);
this.checkbox_printgrayscale.Name = "checkbox_printgrayscale";
this.checkbox_printgrayscale.PropertyName = "OutputPrintGrayscale";