After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530336 - Bad status tip on My Processes menu
Bad status tip on My Processes menu
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: general
2.22.x
Other Linux
: Normal normal
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-28 11:21 UTC by Sebastien Bacher
Modified: 2011-11-11 10:03 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Changed to "Show user-owned process" (460 bytes, patch)
2008-07-22 05:47 UTC, Cody Miller
none Details | Review
Changed to "Show user-owned processes" (462 bytes, patch)
2008-07-22 05:55 UTC, Cody Miller
none Details | Review
Updated patch (756 bytes, patch)
2009-12-26 23:40 UTC, lesley harrison
none Details | Review
Correct bad status tip wording when hovering over View->My Processes. (886 bytes, patch)
2011-06-13 21:04 UTC, Chris Kühl
committed Details | Review

Description Sebastien Bacher 2008-04-28 11:21:19 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/214148

"When hovering the mouse over the View->My Processes menu item, the status tip shows "Show user own process" when it probably should be "Show user owned processes"."
Comment 1 Cody Miller 2008-07-22 05:47:32 UTC
Created attachment 114982 [details] [review]
Changed to "Show user-owned process"
Comment 2 Cody Miller 2008-07-22 05:51:42 UTC
Comment on attachment 114982 [details] [review]
Changed to "Show user-owned process"

Index: src/interface.cpp
===================================================================
--- src/interface.cpp	(revision 2454)
+++ src/interface.cpp	(working copy)
@@ -101,7 +101,7 @@
   { "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 user-owned processes"), MY_PROCESSES }
 };
Comment 3 Cody Miller 2008-07-22 05:55:23 UTC
Created attachment 114983 [details] [review]
Changed to "Show user-owned processes"

Sorry for previous screw-ups.  This patch changes the string to "Show user-owned processes"
Comment 4 David 2009-06-14 11:37:26 UTC
This bug is still present in 2.26 , so can someone please change the version number for this report.
Comment 5 evfool 2009-12-10 00:39:08 UTC
This bug is still present in 2.28, so please update the version number for this report.
Comment 6 lesley harrison 2009-12-26 23:40:18 UTC
Created attachment 150432 [details] [review]
Updated patch

Since this bug hasn't been touched in a long time I've re-made the patch (assuming the old one may be out of date?).  I'm new to Gnome so hope I've done this right!
Comment 7 Sebastien Bacher 2010-11-05 17:36:16 UTC
the string "Show only user-owned processes" has been suggest on launchpad and will be used in the Ubuntu source
Comment 8 Chris Kühl 2011-06-13 21:04:11 UTC
I've opted for the Ubuntu wording. Thanks.

The following fix has been pushed:
db24511 Correct bad status tip wording when hovering over View->My Processes.
Comment 9 Chris Kühl 2011-06-13 21:04:15 UTC
Created attachment 189850 [details] [review]
Correct bad status tip wording when hovering over View->My Processes.