From f23a7e9b50b651070cc14e2d5bf0674153825523 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Sun, 19 Jul 2026 22:43:15 -0400 Subject: [PATCH] translations update --- ideapad-conservation-mode/translations/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ideapad-conservation-mode/translations/en.json b/ideapad-conservation-mode/translations/en.json index b881c93..821cd3b 100644 --- a/ideapad-conservation-mode/translations/en.json +++ b/ideapad-conservation-mode/translations/en.json @@ -6,14 +6,14 @@ "write_failed_manual": "Failed to write conservation_mode ({error}). Run scripts/setup-permissions.sh with sudo manually, then log out and back in." }, "notify": { - "disabled": "Disabled - charging to 100%.", - "enabled": "Enabled - charging capped for battery health.", - "setup_needed": "One-time setup needed - check the terminal window that just opened." + "disabled": "Disabled – charging to 100%", + "enabled": "Enabled – charging capped for battery health", + "setup_needed": "One-time setup is needed. Check the terminal window that just opened." }, "shortcut": { "na": "Conservation N/A", - "off": "Conservation Off", - "on": "Conservation On" + "off": "Conservation", + "on": "Conservation" }, - "title": "Conservation Mode" + "title": "Conservation mode" }