opt.: confirm of suspend & etc.

This commit is contained in:
lollipopkit
2023-10-05 17:08:21 +08:00
parent 153bfc191d
commit ef144e27cb
20 changed files with 182 additions and 235 deletions

View File

@@ -160,7 +160,9 @@ class _ProcessPageState extends State<ProcessPage> {
onLongPress: () {
context.showRoundDialog(
title: Text(l10n.attention),
child: Text(l10n.sureStop(proc.pid)),
child: Text(l10n.askContinue(
'${l10n.stop} ${l10n.process}(${proc.pid})',
)),
actions: [
TextButton(
onPressed: () async {