diff options
| author | pbuetow <puppet@mx.buetow.org> | 2012-07-04 19:51:44 +0200 |
|---|---|---|
| committer | pbuetow <puppet@mx.buetow.org> | 2012-07-04 19:51:44 +0200 |
| commit | 10440a5aec5a8c32222e99e8ca8bf837594b637a (patch) | |
| tree | 5e1fed4103876362ada40c443627428a56cf62bf | |
| parent | ce24a8d42110d6e7da8fc2c5bc11ea049644d415 (diff) | |
change some text stuff
| -rw-r--r-- | lib/Loadbars/Main.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Loadbars/Main.pm b/lib/Loadbars/Main.pm index 97dc8ab..2447acd 100644 --- a/lib/Loadbars/Main.pm +++ b/lib/Loadbars/Main.pm @@ -389,7 +389,7 @@ sub auto_off_text ($) { if ( $barwidth < $C{barwidth} - 1 && $I{showtextoff} == 0 ) { return unless $C{showtext}; display_warn -'Disabling text display, text does not fit into window. Use \'t\' to re-enable.'; +'Disabling text display, text does not fit into window. Press t to re-enable.'; $I{showtextoff} = 1; $C{showtext} = 0; @@ -514,7 +514,7 @@ sub loop ($@) { display_info "Toggled show net $C{shownet}"; display_info "Net interface speed reference is " . ( $net_max_bytes / $I{bytes_mbit} ) - . 'mbit/s' + . "mbit/s. Press f/v to scale" if $C{shownet}; } @@ -532,7 +532,7 @@ sub loop ($@) { } elsif ( $key_name eq 'm' ) { display_warn -"Toggled show mem hotkey 'm' is deprecated. Please use '2' hotkey instead"; +"Toggled show mem hotkey m is deprecated. Press 2 hotkey instead"; } elsif ( $key_name eq 'n' ) { @@ -543,7 +543,7 @@ sub loop ($@) { } else { display_warn -"Net stats are not activated. Press '3' hotkey to activate first"; +"Net stats are not activated. Press 3 hotkey to activate first"; } } |
