fix: reword alt-code warnings

fixes #11
This commit is contained in:
2023-12-07 19:36:10 +01:00
parent b0f653e73b
commit 2dd6f39ac6
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ const de = {
}, },
LIVE_LAYOUT_INFO: "Diese Aktion wurde auf Basis des Systemtastaturlayouts ermittelt.", LIVE_LAYOUT_INFO: "Diese Aktion wurde auf Basis des Systemtastaturlayouts ermittelt.",
SHIFT_WARNING: "Diese Aktion hält <kbd class='icon'>shift</kbd>", SHIFT_WARNING: "Diese Aktion hält <kbd class='icon'>shift</kbd>",
ALT_CODE_WARNING: "Dieser Alt-Code Hack funktioniert nur unter Windows", ALT_CODE_WARNING: "Dieses Alt-Code Makro funktioniert nur unter Windows",
}, },
share: { share: {
TITLE: "Teilen", TITLE: "Teilen",

View File

@@ -31,7 +31,7 @@ const en = {
}, },
LIVE_LAYOUT_INFO: "This output was determined using on your system layout.", LIVE_LAYOUT_INFO: "This output was determined using on your system layout.",
SHIFT_WARNING: "This action holds <kbd class='icon'>shift</kbd>", SHIFT_WARNING: "This action holds <kbd class='icon'>shift</kbd>",
ALT_CODE_WARNING: "This alt-code hack only works on Windows", ALT_CODE_WARNING: "This alt-code macro only works on Windows",
}, },
share: { share: {
TITLE: "Share", TITLE: "Share",

View File

@@ -2,7 +2,7 @@
import LL from "../i18n/i18n-svelte" import LL from "../i18n/i18n-svelte"
import {changes, ChangeType, chords, layout, overlay, settings} from "$lib/undo-redo" import {changes, ChangeType, chords, layout, overlay, settings} from "$lib/undo-redo"
import type {Change} from "$lib/undo-redo" import type {Change} from "$lib/undo-redo"
import {fly, slide} from "svelte/transition" import {fly} from "svelte/transition"
import {action} from "$lib/title" import {action} from "$lib/title"
import { import {
deviceChords, deviceChords,