Skip to content

Commit

Permalink
Update interval text in resources tab corrected
Browse files Browse the repository at this point in the history
Solves #114
  • Loading branch information
marosg42 authored and raveit65 committed Mar 22, 2018
1 parent e1d346a commit cd4f735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/procdialogs.cpp
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ procdialog_create_preferences_dialog (ProcData *procdata)
hbox2 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12); hbox2 = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);
gtk_box_pack_start (GTK_BOX (vbox2), hbox2, FALSE, FALSE, 0); 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_label_set_xalign (GTK_LABEL (label), 0.0);
gtk_box_pack_start (GTK_BOX (hbox2), label, FALSE, FALSE, 0); gtk_box_pack_start (GTK_BOX (hbox2), label, FALSE, FALSE, 0);
gtk_size_group_add_widget (size, label); gtk_size_group_add_widget (size, label);
Expand Down

0 comments on commit cd4f735

Please sign in to comment.