Fixed a small problem with the translation and the installer.

This commit is contained in:
Stone-Red-Code
2021-09-10 16:57:31 +02:00
parent e9cf43d968
commit 535062e8c4
7 changed files with 9 additions and 39 deletions
+1 -1
View File
@@ -773,7 +773,7 @@ namespace DesktopMagic
private void NewLayoutButton_Click(object sender, RoutedEventArgs e)
{
InputDialog inputDialog = new("Layoutnamen eingeben:");
InputDialog inputDialog = new((string)FindResource("enterLayoutName"));
if (inputDialog.ShowDialog() == true)
{
string content = "";