Skip to content

Commit 439d536

Browse files
committed
Fixed wrong applied translation
1 parent 8e1a26a commit 439d536

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

ImageConverter/ImageConversionHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*MIT License
2-
*Copyright (c) 2021 Alessandro Dinardo
2+
*Copyright (c) 2023 Alessandro Dinardo
33
*
44
*Permission is hereby granted, free of charge, to any person obtaining a copy
55
*of this software and associated documentation files (the "Software"), to deal

ImageConverter/ImageConverter.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<ManifestKeyFile>ImageConverter_1_TemporaryKey.pfx</ManifestKeyFile>
7171
</PropertyGroup>
7272
<PropertyGroup>
73-
<GenerateManifests>true</GenerateManifests>
73+
<GenerateManifests>false</GenerateManifests>
7474
</PropertyGroup>
7575
<PropertyGroup>
7676
<TargetZone>LocalIntranet</TargetZone>

ImageConverter/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*MIT License
2-
*Copyright (c) 2021 Alessandro Dinardo
2+
*Copyright (c) 2023 Alessandro Dinardo
33
*
44
*Permission is hereby granted, free of charge, to any person obtaining a copy
55
*of this software and associated documentation files (the "Software"), to deal
@@ -202,7 +202,7 @@ public MainWindow()
202202
ConversionResultTextBlock.Text = LanguageManager.EN_ConversionResultTextBlockRunning;
203203
GifRepeatTimes.Content = LanguageManager.EN_GifRepeatTimesLabelText;
204204
EmptyImgViewerCntxtMenuBttn.Header = LanguageManager.EN_ImageViewerContextMenuText;
205-
GifFramesDelayTimeLabel.Content = LanguageManager.EN_GifRepeatTimesLabelText;
205+
GifFramesDelayTimeLabel.Content = LanguageManager.EN_GifFramesDelayTimeLabelText;
206206
InsertNewImagesModeBttn.ToolTip = LanguageManager.EN_ReplaceExistingImagesToolTip;
207207
ReplacePngTransparencyLabel.Content = LanguageManager.EN_ReplacePngTransparencyLabelText;
208208
QualityLabel.Content = LanguageManager.EN_QualityLabelText;

ImageConverter/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("Alessandro Dinardo")]
1414
[assembly: AssemblyProduct("ImageConverter")]
15-
[assembly: AssemblyCopyright("Copyright Alessandro Dinardo© 2021")]
15+
[assembly: AssemblyCopyright("Copyright Alessandro Dinardo© 2023")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

ImageConverter/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ImageConverter/Properties/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<requestedExecutionLevel level="asInvoker" uiAccess="false" />
2020
</requestedPrivileges>
2121
<applicationRequestMinimum>
22-
<PermissionSet class="System.Security.PermissionSet" version="1" Unrestricted="true" ID="Custom" SameSite="site" />
2322
<defaultAssemblyRequest permissionSetReference="Custom" />
23+
<PermissionSet class="System.Security.PermissionSet" version="1" ID="Custom" SameSite="site" Unrestricted="true" />
2424
</applicationRequestMinimum>
2525
</security>
2626
</trustInfo>

ImageConverter/Resources/License.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The software "ImageConverter" is licensed under the MIT License.
22
Images, icons and any other artwork is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License.
33

44
MIT License
5-
Copyright (c) 2021 Alessandro Dinardo
5+
Copyright (c) 2023 Alessandro Dinardo
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)