diff --git a/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs b/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs index 017e51706..7b09c0358 100644 --- a/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs +++ b/ShareX.HistoryLib/Forms/HistoryForm.Designer.cs @@ -39,6 +39,7 @@ private void InitializeComponent() this.panel1 = new System.Windows.Forms.Panel(); this.pbThumbnail = new ShareX.HelpersLib.MyPictureBox(); this.gbFilters = new System.Windows.Forms.GroupBox(); + this.lblFilenameFilter = new System.Windows.Forms.Label(); this.cbHostFilterSelection = new System.Windows.Forms.ComboBox(); this.btnRemoveFilters = new System.Windows.Forms.Button(); this.btnApplyFilters = new System.Windows.Forms.Button(); @@ -52,7 +53,6 @@ private void InitializeComponent() this.dtpFilterTo = new System.Windows.Forms.DateTimePicker(); this.txtFilenameFilter = new System.Windows.Forms.TextBox(); this.cbFilenameFilterMethod = new System.Windows.Forms.ComboBox(); - this.lblFilenameFilter = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.scMain)).BeginInit(); this.scMain.Panel1.SuspendLayout(); this.scMain.Panel2.SuspendLayout(); @@ -151,6 +151,11 @@ private void InitializeComponent() this.gbFilters.Name = "gbFilters"; this.gbFilters.TabStop = false; // + // lblFilenameFilter + // + resources.ApplyResources(this.lblFilenameFilter, "lblFilenameFilter"); + this.lblFilenameFilter.Name = "lblFilenameFilter"; + // // cbHostFilterSelection // this.cbHostFilterSelection.FormattingEnabled = true; @@ -233,11 +238,6 @@ private void InitializeComponent() resources.ApplyResources(this.cbFilenameFilterMethod, "cbFilenameFilterMethod"); this.cbFilenameFilterMethod.Name = "cbFilenameFilterMethod"; // - // lblFilenameFilter - // - resources.ApplyResources(this.lblFilenameFilter, "lblFilenameFilter"); - this.lblFilenameFilter.Name = "lblFilenameFilter"; - // // HistoryForm // resources.ApplyResources(this, "$this"); diff --git a/ShareX.HistoryLib/Forms/HistoryForm.resx b/ShareX.HistoryLib/Forms/HistoryForm.resx index f0d7e75cb..aaa066d42 100644 --- a/ShareX.HistoryLib/Forms/HistoryForm.resx +++ b/ShareX.HistoryLib/Forms/HistoryForm.resx @@ -125,6 +125,10 @@ 0, 0 + + + @Invariant + 24 diff --git a/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs b/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs index 22956155b..c727bfaa2 100644 --- a/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs +++ b/ShareX.ScreenCaptureLib/Properties/Resources.Designer.cs @@ -1559,9 +1559,9 @@ internal static string ShapeManager_CreateToolbar_ShapeOptions { return ResourceManager.GetString("ShapeManager_CreateToolbar_ShapeOptions", resourceCulture); } } - - /// - /// Looks up a localized string similar Value of first step options. + + /// + /// Looks up a localized string similar to Value of first step:. /// internal static string ShapeManager_CreateToolbar_StartingStepValue { get { diff --git a/ShareX.ScreenCaptureLib/Properties/Resources.resx b/ShareX.ScreenCaptureLib/Properties/Resources.resx index 18625d696..a9710507b 100644 --- a/ShareX.ScreenCaptureLib/Properties/Resources.resx +++ b/ShareX.ScreenCaptureLib/Properties/Resources.resx @@ -166,7 +166,7 @@ Distance: {6:0.00} px / Angle: {7:0.00}° Use letters - Value of first step + Value of first step: Image size... diff --git a/ShareX.UploadersLib/FileUploaders/Pomf.cs b/ShareX.UploadersLib/FileUploaders/Pomf.cs index 7d84a963a..5181f5db6 100644 --- a/ShareX.UploadersLib/FileUploaders/Pomf.cs +++ b/ShareX.UploadersLib/FileUploaders/Pomf.cs @@ -183,4 +183,4 @@ public override string ToString() } } } -} +} \ No newline at end of file