We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e376ad8 commit 4727a01Copy full SHA for 4727a01
src/raddbg/raddbg_core.c
@@ -5988,7 +5988,7 @@ rd_window_frame(RD_Window *ws)
5988
UI_Tooltip
5989
RD_Font(RD_FontSlot_Main)
5990
UI_FontSize(rd_font_size_from_slot(RD_FontSlot_Main))
5991
- ui_labelf("Halt all target processes");
+ ui_labelf("Halt all attached processes");
5992
}
5993
if(ui_clicked(sig))
5994
{
@@ -6017,11 +6017,11 @@ rd_window_frame(RD_Window *ws)
6017
6018
6019
6020
- ui_labelf("Kill all target processes");
+ ui_labelf("Kill all attached processes");
6021
6022
6023
6024
- rd_cmd(RD_CmdKind_Kill);
+ rd_cmd(RD_CmdKind_KillAll);
6025
6026
6027
0 commit comments