From 6a7f95cd9e4858ae0c6d1de90e4e3151a4a4d2b4 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 17 Dec 2014 16:04:53 +0100 Subject: Correct bad status tip wording when hovering over View->My Processes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Taken from GSM commit: db2451155c6b2199b759104c9caa4812209cdab9 From: Chris Kühl Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=530336 --- src/interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface.cpp') 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 } }; -- cgit v1.2.1