Skip to content

Commit

Permalink
Remove duplicated string (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardo-lemos authored Nov 4, 2024
1 parent 2d4f240 commit 340239f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class Monitor.ProcessInfoHeader : Gtk.Grid {
case "T":
return _("The process is stopped by a job control signal");
case "t":
return _("The process is stopped stopped by a debugger during the tracing");
return _("The process is stopped by a debugger during the tracing");
case "Z":
return _("The app is terminated but not reaped by its parent");
default:
Expand Down

0 comments on commit 340239f

Please sign in to comment.