Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit cecd875

Browse files
committed
Edit control information label
1 parent a36ade0 commit cecd875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/ViewModel/DisplayLayoutViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private void SetLabelUi()
234234
NoLayoutWarningSecondLine = "Please, go to the settings and update the layout.";
235235
CurrentLayerNameTitle = "Current layer :";
236236
CurrentLayerName = "";
237-
ControlHintSpaceLabel = "Press 'Space' to display next layer";
237+
ControlHintSpaceLabel = "Scroll up/down or press 'Space' to display next layer";
238238
ControlHintEscapeLabel = "Press 'Escape' to hide window";
239239
ToggleBtnPinWindowContent = "_Pin window";
240240
ToggleBtnPinWindowTooltip = "Press 'P' to toggle";

0 commit comments

Comments
 (0)