diff options
author | infirit <[email protected]> | 2014-12-17 16:04:53 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-12-17 17:23:02 +0100 |
commit | 6a7f95cd9e4858ae0c6d1de90e4e3151a4a4d2b4 (patch) | |
tree | 05a8318778a8cc3e861fb87678699966fd10c550 /src | |
parent | c9be17a1d0d6c2877407a15525de8f7b40c74d8c (diff) | |
download | mate-system-monitor-6a7f95cd9e4858ae0c6d1de90e4e3151a4a4d2b4.tar.bz2 mate-system-monitor-6a7f95cd9e4858ae0c6d1de90e4e3151a4a4d2b4.tar.xz |
Correct bad status tip wording when hovering over View->My Processes
Taken from GSM commit: db2451155c6b2199b759104c9caa4812209cdab9
From: Chris Kühl <[email protected]>
Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=530336
Diffstat (limited to 'src')
-rw-r--r-- | src/interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index f43dc2b..a6ae2b6 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 } }; |