chore: simplify strings

This commit is contained in:
aclist 2026-08-13 13:37:21 +09:00
parent e5bb25cd60
commit b31896387a

View File

@ -12,8 +12,5 @@ failed_to_update = (
"{0}" "{0}"
) )
meets_minimum = "System map count of {0} already meets the minimum." meets_minimum = "System map count of {0} already meets the minimum."
prompt = ( prompt = "Updated map count will be written to the file {0}."
"Updated map count will be written to the file {0}.\n"
"Enter sudo password to proceed."
)
user_exit = "User exit" user_exit = "User exit"