diff --git a/ShareX.HelpersLib/Properties/Resources.Designer.cs b/ShareX.HelpersLib/Properties/Resources.Designer.cs index bca63a4be..e9e631dd9 100644 --- a/ShareX.HelpersLib/Properties/Resources.Designer.cs +++ b/ShareX.HelpersLib/Properties/Resources.Designer.cs @@ -2410,6 +2410,15 @@ internal static string ShapeType_DrawingEllipse { } } + /// + /// Looks up a localized string similar to Drawing: Freehand. + /// + internal static string ShapeType_DrawingFreehand { + get { + return ResourceManager.GetString("ShapeType_DrawingFreehand", resourceCulture); + } + } + /// /// Looks up a localized string similar to Effect: Highlight. /// diff --git a/ShareX.HelpersLib/Properties/Resources.resx b/ShareX.HelpersLib/Properties/Resources.resx index 53b0550c0..2b82b00aa 100644 --- a/ShareX.HelpersLib/Properties/Resources.resx +++ b/ShareX.HelpersLib/Properties/Resources.resx @@ -986,4 +986,7 @@ Would you like to download it? Region: Freehand + + Drawing: Freehand + \ No newline at end of file