procview: button sleep/start.

meh horrid
This commit is contained in:
Alastair Poole 2021-05-22 15:10:53 +01:00
parent 1f2536f6bb
commit 9bd849d2ba
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ _general_view_update(Win_Data *wd, Proc_Info *proc)
struct passwd *pwd_entry;
char *s;
if (!strcmp(proc->state, "stop"))
if (!strcmp(proc->state, _("stopped")))
{
elm_object_disabled_set(wd->general.btn_stop, 1);
elm_object_disabled_set(wd->general.btn_start, 0);