[gnome-system-monitor] Make 'Solaris mode' option be more descriptive.
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-system-monitor] Make 'Solaris mode' option be more descriptive.
- Date: Sat, 16 Apr 2011 20:47:23 +0000 (UTC)
commit 3307a7673e7b42843089d82778a9b76b495b3b9d
Author: Chris Kühl <chrisk openismus com>
Date: Sat Apr 16 22:44:40 2011 +0200
Make 'Solaris mode' option be more descriptive.
https://bugzilla.gnome.org/show_bug.cgi?id=467168
src/procdialogs.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/procdialogs.cpp b/src/procdialogs.cpp
index 562aee9..906223b 100644
--- a/src/procdialogs.cpp
+++ b/src/procdialogs.cpp
@@ -592,8 +592,8 @@ procdialog_create_preferences_dialog (ProcData *procdata)
hbox2 = gtk_hbox_new(FALSE, 6);
gtk_box_pack_start(GTK_BOX(vbox2), hbox2, FALSE, FALSE, 0);
- GtkWidget *solaris_button;
- solaris_button = gtk_check_button_new_with_mnemonic(_("Solaris mode"));
+ GtkWidget *solaris_button = gtk_check_button_new_with_mnemonic(_("Divide CPU usage by CPU count"));
+ gtk_widget_set_tooltip_text(solaris_button, _("Solaris mode"));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(solaris_button),
g_settings_get_boolean(procdata->settings,
procman::settings::solaris_mode.c_str()));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]