Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
* update
Browse files Browse the repository at this point in the history
  • Loading branch information
festo-i40 committed Aug 4, 2023
1 parent 2533010 commit 4f6df8e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/AasxPackageExplorer/MainWindow.CommandBindings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 4f6df8e

Please sign in to comment.