summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarosg42 <[email protected]>2018-03-18 17:20:04 +0100
committerraveit65 <[email protected]>2018-03-22 12:37:33 +0100
commit9e4476ea182436c12463a3a63accc16d9ff8fdfb (patch)
tree70615021042c92642f5aeb9911a21a215c5e79c5
parent68ab1d7d75c45ebe656d9362e120d9badd68fd81 (diff)
downloadmate-system-monitor-9e4476ea182436c12463a3a63accc16d9ff8fdfb.tar.bz2
mate-system-monitor-9e4476ea182436c12463a3a63accc16d9ff8fdfb.tar.xz
Update interval text in resources tab corrected
Solves https://github.com/mate-desktop/mate-system-monitor/issues/114
-rw-r--r--src/procdialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/procdialogs.cpp b/src/procdialogs.cpp
index f980ed2..71552aa 100644
--- a/src/procdialogs.cpp
+++ b/src/procdialogs.cpp
@@ -690,7 +690,7 @@ procdialog_create_preferences_dialog (ProcData *procdata)
hbox2 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);
gtk_box_pack_start (GTK_BOX (vbox2), hbox2, FALSE, FALSE, 0);
- label = gtk_label_new_with_mnemonic (_("_Update interval in seconds:"));
+ label = gtk_label_new_with_mnemonic (_("_Update interval in 1/10 sec:"));
gtk_label_set_xalign (GTK_LABEL (label), 0.0);
gtk_box_pack_start (GTK_BOX (hbox2), label, FALSE, FALSE, 0);
gtk_size_group_add_widget (size, label);