mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Some tooltip text beautification
This commit is contained in:
parent
83a14d9a27
commit
617bebaab2
@ -262,7 +262,7 @@ void CPUMonitor::update_status() {
|
||||
// Update tooltip
|
||||
static char load[255];
|
||||
snprintf(load, sizeof(load)-1,
|
||||
_("CPU Load:\n"
|
||||
_("CPU Load\n"
|
||||
"User: %d%%\n"
|
||||
"Nice: %d%%\n"
|
||||
"Sys: %d%%\n"
|
||||
|
Loading…
Reference in New Issue
Block a user