JPEG Quality dialog resource refactoring, removed the JPEG word from the resource names so the translators see the change!

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1951 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-07-17 10:14:35 +00:00
commit 2b0a993c71
6 changed files with 22 additions and 22 deletions

View file

@ -338,7 +338,7 @@ namespace Greenshot {
this.groupbox_qualitysettings.Controls.Add(this.label_jpegquality);
this.groupbox_qualitysettings.Controls.Add(this.textBoxJpegQuality);
this.groupbox_qualitysettings.Controls.Add(this.trackBarJpegQuality);
this.groupbox_qualitysettings.LanguageKey = "settings_jpegsettings";
this.groupbox_qualitysettings.LanguageKey = "settings_qualitysettings";
this.groupbox_qualitysettings.Location = new System.Drawing.Point(2, 156);
this.groupbox_qualitysettings.Name = "groupbox_qualitysettings";
this.groupbox_qualitysettings.Size = new System.Drawing.Size(412, 106);
@ -359,7 +359,7 @@ namespace Greenshot {
//
// checkbox_alwaysshowqualitydialog
//
this.checkbox_alwaysshowqualitydialog.LanguageKey = "settings_alwaysshowjpegqualitydialog";
this.checkbox_alwaysshowqualitydialog.LanguageKey = "settings_alwaysshowqualitydialog";
this.checkbox_alwaysshowqualitydialog.Location = new System.Drawing.Point(12, 50);
this.checkbox_alwaysshowqualitydialog.Name = "checkbox_alwaysshowqualitydialog";
this.checkbox_alwaysshowqualitydialog.PropertyName = "OutputFilePromptQuality";