From d07b469071d2a70bbe6242674135bf713922be30 Mon Sep 17 00:00:00 2001
From: windingwind <33902321+windingwind@users.noreply.github.com>
Date: Mon, 3 Jun 2024 16:17:22 +0800
Subject: [PATCH] fix: link creator locale string id
---
addon/chrome/content/linkCreator.xhtml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/addon/chrome/content/linkCreator.xhtml b/addon/chrome/content/linkCreator.xhtml
index c1ced93..cc15458 100644
--- a/addon/chrome/content/linkCreator.xhtml
+++ b/addon/chrome/content/linkCreator.xhtml
@@ -15,16 +15,18 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
id="bn-note-picker"
- data-l10n-id="__addonRef__-title"
+ data-l10n-id="title"
windowtype="__addonRef__-link-note"
persist="screenX screenY width height sizemode"
style="min-width: 40em"
+ drawintitlebar-platforms="mac"
>
+
@@ -32,8 +34,8 @@