Skip to content

Commit

Permalink
text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hofstef committed Jan 30, 2024
1 parent ee7045f commit 6cc7b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Presentation/Header/header-buttons.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,13 @@ export class HeaderButtonsComponent {
}

openKeyboardShortcutsDialog(): void {
const title = 'Keyboard shortcuts';
const title = 'Keyboard Shortcuts';
const shortCutText =
'Undo:\t\t\t\t\tctrl + Z \n' +
'Redo:\t\t\t\t\tctrl + Y OR ctrl + shift + Z\n' +
'Select All:\t\t\t\tctrl + A\n' +
'Export as EGN:\t\t\tctrl + S\n' +
'Import Domain Story: \tctrl + L\n' +
'Import Domain Story: \t\tctrl + L\n' +
'Search for text:\t\t\tctrl + F\n' +
'Direct editing:\t\t\tE\n' +
'Hand tool:\t\t\t\tH\n' +
Expand Down

0 comments on commit 6cc7b9d

Please sign in to comment.