From 099c4a0b3a358a3a9aa7c27ee60cacc4bd061a54 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 11 Jun 2026 18:20:17 +0800
Subject: [PATCH] Refine edit mode hint localization

---
 src/Apptag/Localization/en.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Apptag/Localization/en.json b/src/Apptag/Localization/en.json
index 64a1216..b7778dc 100644
--- a/src/Apptag/Localization/en.json
+++ b/src/Apptag/Localization/en.json
@@ -82,7 +82,7 @@
   "appNote.placeholder": "App purpose note",
   "edit.modeAdd": "Add tags",
   "edit.modeRemove": "Remove tags",
-  "edit.modeHint": "Left-side checkmarks apply only to this operation.",
+  "edit.modeHint": "Batch-tag apps (all selected tags will be assigned to all selected apps).",
   "edit.currentTags": "Current tags",
   "edit.commonTags": "Shared tags",
   "edit.selectionHint": "Select apps on the right, then choose the tags to add or remove on the left.",
@@ -94,7 +94,7 @@
   "edit.confirmRemove": "Confirm Remove",
   "edit.feedbackAddFormat": "This operation added %tagCount% tags across %appCount% apps (%appNames%).",
   "edit.feedbackRemoveFormat": "This operation removed %tagCount% tags across %appCount% apps (%appNames%). Removed tags: %tagNames%.",
-  "edit.removeHint": "Only existing tags can be unchecked here. Tags showing a red delete icon will be removed after confirmation.",
+  "edit.removeHint": "Batch-remove tags from apps (all unchecked existing tags will be removed from all selected apps).",
   "smart.category.browser": "Browsers",
   "smart.category.communication": "Communication",
   "smart.category.productivity": "Productivity",

--
Gitblit v1.9.3