Browse Source

Changed PreviewWindow Action Display

CPKreuz 4 years ago
parent
commit
b67ff66f51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PixiEditor/Views/UserControls/PreviewWindow.xaml.cs

+ 1 - 1
PixiEditor/Views/UserControls/PreviewWindow.xaml.cs

@@ -72,7 +72,7 @@ namespace PixiEditor.Views.UserControls
         {
             if (ViewModelMain.Current != null)
             {
-                ViewModelMain.Current.ActionDisplay = "Press right click to copy the color at the color cursor to the main color. Hold shift to copy the color the clipboard.";
+                ViewModelMain.Current.ActionDisplay = "Press right-click to select hovered pixel. Hold shift to copy its hex value to the clipboard.";
                 ViewModelMain.Current.OverrideActionDisplay = true;
             }
         }