From 8810685692b40e3f0a03593767da6072fff0155c Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Sun, 14 Jun 2026 14:47:14 +0800
Subject: [PATCH] Fix localized usage tip line breaks

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

diff --git a/src/Apptag/Localization/en.json b/src/Apptag/Localization/en.json
index 0dbcd4a..5822cda 100644
--- a/src/Apptag/Localization/en.json
+++ b/src/Apptag/Localization/en.json
@@ -213,19 +213,19 @@
   "usageTips.previous": "Previous tip",
   "usageTips.next": "Next tip",
   "usageTips.tip1.title": "Tip 1 - Add tags:",
-  "usageTips.tip1.detail": "Open Settings > Tags to edit tags.",
+  "usageTips.tip1.detail": "Open Settings, edit tags.",
   "usageTips.tip2.title": "Tip 2 - Tag apps:",
-  "usageTips.tip2.detail": "Long-press an app icon to start dragging > drag it onto a tag to assign that tag.",
+  "usageTips.tip2.detail": "Long-press an app, then drag it onto a tag.",
   "usageTips.tip3.title": "Tip 3 - Move apps:",
-  "usageTips.tip3.detail": "Long-press an app icon to start dragging > drag it directly onto a container to move it.",
+  "usageTips.tip3.detail": "Long-press an app, then drag it into a container.",
   "usageTips.tip4.title": "Tip 4 - Copy apps:",
-  "usageTips.tip4.detail": "Long-press an app icon to start dragging > hold Alt/Option and drag it onto a container to copy it.",
+  "usageTips.tip4.detail": "Long-press an app, Alt/Option-drag it into a container.",
   "usageTips.tip5.title": "Tip 5 - Remove tags:",
-  "usageTips.tip5.detail": "Long-press an app icon to start dragging > drag it to the blank area between containers.",
+  "usageTips.tip5.detail": "Long-press an app, then drag it between containers.",
   "usageTips.tip6.title": "Tip 6 - Reorder tags:",
-  "usageTips.tip6.detail": "Long-press a tag to start dragging > drag it to the target position and release.",
+  "usageTips.tip6.detail": "Long-press a tag, then drag it to the target position.",
   "usageTips.tip7.title": "Tip 7 - Reorder apps:",
-  "usageTips.tip7.detail": "Long-press an app icon to start dragging > drag it to the target position inside the container and release.",
+  "usageTips.tip7.detail": "Long-press an app, then drag it to a spot in the container.",
   "usageTips.tip8.title": "Tip 8 - Edit notes:",
-  "usageTips.tip8.detail": "Right-click an app > enter a note."
+  "usageTips.tip8.detail": "Right-click an app, enter a note."
 }

--
Gitblit v1.9.3