diff --git a/Greenshot/Forms/PrintOptionsDialog.Designer.cs b/Greenshot/Forms/PrintOptionsDialog.Designer.cs index 482678202..c77d99099 100644 --- a/Greenshot/Forms/PrintOptionsDialog.Designer.cs +++ b/Greenshot/Forms/PrintOptionsDialog.Designer.cs @@ -193,7 +193,7 @@ namespace Greenshot.Forms this.checkbox_grayscale.AutoSize = true; this.checkbox_grayscale.CheckAlign = System.Drawing.ContentAlignment.TopLeft; this.checkbox_grayscale.ImageAlign = System.Drawing.ContentAlignment.TopLeft; - this.checkbox_grayscale.LanguageKey = "printoption_printgrayscale"; + this.checkbox_grayscale.LanguageKey = "printoptions_printgrayscale"; this.checkbox_grayscale.Location = new System.Drawing.Point(12, 181); this.checkbox_grayscale.Name = "checkbox_grayscale"; this.checkbox_grayscale.PropertyName = "OutputPrintGrayscale"; diff --git a/Greenshot/Forms/SettingsForm.Designer.cs b/Greenshot/Forms/SettingsForm.Designer.cs index 8678063c5..6dcb0a3d5 100644 --- a/Greenshot/Forms/SettingsForm.Designer.cs +++ b/Greenshot/Forms/SettingsForm.Designer.cs @@ -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";