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

Commit

Permalink
Merge pull request #93 from Invvard/feature/update-control-info
Browse files Browse the repository at this point in the history
Feature/update control info
  • Loading branch information
Invvard authored Jun 18, 2019
2 parents a36ade0 + 1a76b1d commit faa2d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ private void SetLabelUi()
NoLayoutWarningSecondLine = "Please, go to the settings and update the layout.";
CurrentLayerNameTitle = "Current layer :";
CurrentLayerName = "";
ControlHintSpaceLabel = "Press 'Space' to display next layer";
ControlHintSpaceLabel = "Scroll up/down or press 'Space' to display next layer";
ControlHintEscapeLabel = "Press 'Escape' to hide window";
ToggleBtnPinWindowContent = "_Pin window";
ToggleBtnPinWindowTooltip = "Press 'P' to toggle";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public void DisplayLayoutViewModel_Constructor()
Assert.Equal("Please, go to the settings and update the layout.", displayLayoutViewModel.NoLayoutWarningSecondLine);
Assert.Equal("Current layer :", displayLayoutViewModel.CurrentLayerNameTitle);
Assert.Equal("", displayLayoutViewModel.CurrentLayerName);
Assert.Equal("Press 'Space' to display next layer", displayLayoutViewModel.ControlHintSpaceLabel);
Assert.Equal("Scroll up/down or press 'Space' to display next layer", displayLayoutViewModel.ControlHintSpaceLabel);
Assert.Equal("Press 'Escape' to hide window", displayLayoutViewModel.ControlHintEscapeLabel);
Assert.Equal("_Pin window", displayLayoutViewModel.ToggleBtnPinWindowContent);
Assert.Equal("Press 'P' to toggle", displayLayoutViewModel.ToggleBtnPinWindowTooltip);
Expand Down

0 comments on commit faa2d3a

Please sign in to comment.