Skip to content

Commit cd4f735

Browse files
marosg42raveit65
authored andcommitted
Update interval text in resources tab corrected
Solves #114
1 parent e1d346a commit cd4f735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/procdialogs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ procdialog_create_preferences_dialog (ProcData *procdata)
690690
hbox2 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);
691691
gtk_box_pack_start (GTK_BOX (vbox2), hbox2, FALSE, FALSE, 0);
692692

693-
label = gtk_label_new_with_mnemonic (_("_Update interval in seconds:"));
693+
label = gtk_label_new_with_mnemonic (_("_Update interval in 1/10 sec:"));
694694
gtk_label_set_xalign (GTK_LABEL (label), 0.0);
695695
gtk_box_pack_start (GTK_BOX (hbox2), label, FALSE, FALSE, 0);
696696
gtk_size_group_add_widget (size, label);

0 commit comments

Comments
 (0)