Skip to content

Commit 9b45a68

Browse files
committed
Fix: Fixed grid view string
1 parent 55114ec commit 9b45a68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Files.App/Actions/Display/LayoutAction.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public override string Label
6666
=> "Grid".GetLocalizedResource();
6767

6868
public override string Description
69-
=> "LayoutGridescription".GetLocalizedResource();
69+
=> "LayoutGridDescription".GetLocalizedResource();
7070

7171
public override RichGlyph Glyph
7272
=> new(opacityStyle: "Icons.GridLayout.16x16");
@@ -111,7 +111,7 @@ public override RichGlyph Glyph
111111
=> new("\uF576");
112112

113113
public override HotKey HotKey
114-
=> new(Keys.Number8, KeyModifiers.CtrlShift);
114+
=> new(Keys.Number6, KeyModifiers.CtrlShift);
115115

116116
protected override void OnContextChanged(string propertyName)
117117
{

0 commit comments

Comments
 (0)