We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b060a86 commit fdcdc1aCopy full SHA for fdcdc1a
1 file changed
src/window.rs
@@ -620,7 +620,7 @@ impl DistroShelfWindow {
620
621
let description = gtk::Label::new(Some(
622
"Executing a single task (eg: listing applications) may require multiple chains of commands. \
623
- This log shows all commands executed by the application.",
+ For debugging purposes, this log shows all commands executed by the application.",
624
));
625
626
description.set_wrap(true);
0 commit comments