From 4f6df8ec157f4e4a8063aab476bcb26585bf4d35 Mon Sep 17 00:00:00 2001 From: Michael Hoffmeister Date: Fri, 4 Aug 2023 09:39:19 +0200 Subject: [PATCH] * update --- src/AasxPackageExplorer/MainWindow.CommandBindings.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/AasxPackageExplorer/MainWindow.CommandBindings.cs b/src/AasxPackageExplorer/MainWindow.CommandBindings.cs index 0d8df9774..96132294d 100644 --- a/src/AasxPackageExplorer/MainWindow.CommandBindings.cs +++ b/src/AasxPackageExplorer/MainWindow.CommandBindings.cs @@ -1697,8 +1697,9 @@ public async Task CommandBinding_RegistryTools( // ok, give hints Log.Singleton.Info(StoredPrint.Color.Blue, "Click windows start menu, type regedit.exe " + - "and right-click and select 'Run as Administrator'. Import written file. Note: " + - "You might point Regedit.exe to desktop of your current user."); + "and right-click and select 'Run as Administrator'. Import this written file. Note: " + + "You might point Regedit.exe to desktop of your current user, instead of " + + "Administrator."); } catch (Exception ex) {