Fixes in Shortcuts dialog and minor refactor (#1297)

This commit is contained in:
Lipis
2020-04-07 14:39:06 +03:00
committed by GitHub
parent e4c154f43e
commit 0c3d34261e
11 changed files with 96 additions and 82 deletions

View File

@ -38,7 +38,7 @@ export const actionDuplicateSelection = register({
<ToolButton
type="button"
icon={clone}
title={`${t("labels.duplicateSelection")} ${getShortcutKey(
title={`${t("labels.duplicateSelection")} ${getShortcutKey(
"CtrlOrCmd+D",
)}`}
aria-label={t("labels.duplicateSelection")}