From b31896387abfa01c8c0cc1d24785ca94d264f23f Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:37:21 +0900 Subject: [PATCH] chore: simplify strings --- dzgui/strings/map_count.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dzgui/strings/map_count.py b/dzgui/strings/map_count.py index d97f4c4..b1c255d 100644 --- a/dzgui/strings/map_count.py +++ b/dzgui/strings/map_count.py @@ -12,8 +12,5 @@ failed_to_update = ( "{0}" ) meets_minimum = "System map count of {0} already meets the minimum." -prompt = ( - "Updated map count will be written to the file {0}.\n" - "Enter sudo password to proceed." -) +prompt = "Updated map count will be written to the file {0}." user_exit = "User exit"