Skip to content

Commit fdcdc1a

Browse files
committed
Improve description of comand log
1 parent b060a86 commit fdcdc1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/window.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ impl DistroShelfWindow {
620620

621621
let description = gtk::Label::new(Some(
622622
"Executing a single task (eg: listing applications) may require multiple chains of commands. \
623-
This log shows all commands executed by the application.",
623+
For debugging purposes, this log shows all commands executed by the application.",
624624
));
625625

626626
description.set_wrap(true);

0 commit comments

Comments
 (0)