Skip to content

Commit

Permalink
Translation fixed and Screenshot adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
manfred-mueller committed Nov 14, 2024
1 parent 53ef542 commit 1b31197
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ static void Main()
String.Format(ShowDesktop.Properties.Resources.HelpTextCmd, appPath, Environment.NewLine, System.Diagnostics.Process.GetCurrentProcess().ProcessName) + "\n";
string helpStringGui =
String.Format("{0} {1}{2}{2}", Assembly.GetExecutingAssembly().GetName().Name, appVersion, Environment.NewLine) +
String.Format(ShowDesktop.Properties.Resources.HelpTextGui, appPath, Environment.NewLine, System.Diagnostics.Process.GetCurrentProcess().ProcessName) + "\n";
String.Format(ShowDesktop.Properties.Resources.HelpTextGui, Environment.NewLine, System.Diagnostics.Process.GetCurrentProcess().ProcessName) + "\n";

// Check if the shortcut exists
if (!File.Exists(shortcutPath))
Expand Down
2 changes: 1 addition & 1 deletion Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Properties/Resources.de.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<value>©2024 Manfred Mueller</value>
</data>
<data name="HelpTextGui" xml:space="preserve">
<value>Im folgenden Fenster Rechtsklick auf {2}.exe{1}und 'An Taskleiste anheften' auswählen.</value>
<value>Im folgenden Fenster Rechtsklick auf {1}.exe{0}und 'An Taskleiste anheften' auswählen.</value>
</data>
<data name="HelpTextCmd" xml:space="preserve">
<value>{0} im Explorer öffnen{1}und nach Rechtsklick auf {2}.exe 'An Taskleiste anheften' wählen.</value>
Expand Down
2 changes: 1 addition & 1 deletion Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<value>©2024 Manfred Mueller</value>
</data>
<data name="HelpTextGui" xml:space="preserve">
<value>Choose 'pin to taskbar'{0}after right click on {1}exe{0}in the following window.</value>
<value>Choose 'pin to taskbar' after right click on {1}exe{0}in the following window.</value>
</data>
<data name="HelpTextCmd" xml:space="preserve">
<value>Open {0} in explorer window{1}and choose 'pin to taskbar' after right click on {2}.exe.</value>
Expand Down
Binary file modified bin/Release/ShowDesktop-Setup-1.0.1.exe
Binary file not shown.
Binary file modified bin/Release/ShowDesktop.exe
Binary file not shown.

0 comments on commit 1b31197

Please sign in to comment.