[gnome-system-monitor] Correct bad status tip wording when hovering over View->My Processes.



commit db2451155c6b2199b759104c9caa4812209cdab9
Author: Chris Kühl <chrisk openismus com>
Date:   Mon Jun 13 22:54:56 2011 +0200

    Correct bad status tip wording when hovering over View->My Processes.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=530336

 src/interface.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/interface.cpp b/src/interface.cpp
index be947b5..ac625d3 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -102,7 +102,7 @@ static const GtkRadioActionEntry radio_menu_entries[] =
   { "ShowAllProcesses", NULL, N_("A_ll Processes"), NULL,
     N_("Show all processes"), ALL_PROCESSES },
   { "ShowMyProcesses", NULL, N_("M_y Processes"), NULL,
-    N_("Show user own process"), MY_PROCESSES }
+    N_("Show only user-owned processes"), MY_PROCESSES }
 };
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]