From 327e0f7c38d48fd0fb4113b4e0ba34d16414c195 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:15:58 +0200 Subject: [PATCH] Fix: Make wording "Unlock file manually" translatable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index f8270823..c16ba0b1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -159,7 +159,7 @@ const menuAction = new FileAction({ const lock = getLockStateFromAttributes(node) if (lock?.lockOwnerType === LockType.Token) { - const dialog = getDialogBuilder('Unlock file manually') + const dialog = getDialogBuilder(t('files_lock', 'files_lock', 'Unlock file manually')) .setText(t('files_lock', 'This file has been locked automatically by a client. Removing the lock may lead to a conflict saving the file.')) .setSeverity('warning') .addButton({