From 6cc7b9d563c8acee431b9d899d9d74a6a6488049 Mon Sep 17 00:00:00 2001 From: hofstef Date: Tue, 30 Jan 2024 11:16:53 +0100 Subject: [PATCH] text formatting --- src/app/Presentation/Header/header-buttons.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/Presentation/Header/header-buttons.component.ts b/src/app/Presentation/Header/header-buttons.component.ts index 403fbfe4..85dc0432 100644 --- a/src/app/Presentation/Header/header-buttons.component.ts +++ b/src/app/Presentation/Header/header-buttons.component.ts @@ -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' +