~damg/gnome-system-monitor/lp296097_

« back to all changes in this revision

Viewing changes to debian/patches/05_wording_improvement.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-11-05 18:41:20 UTC
  • Revision ID: james.westby@ubuntu.com-20101105184120-3vrvfkha7eyc0jpi
Tags: 2.28.1-1ubuntu2
debian/patches/05_wording_improvement.patch, improve wording of a string,
thanks David Stansby and Matthew Paul Thomas (lp: #214148)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: gnome-system-monitor-2.28.1/src/interface.cpp
 
2
===================================================================
 
3
--- gnome-system-monitor-2.28.1.orig/src/interface.cpp  2010-11-05 18:30:38.118826406 +0100
 
4
+++ gnome-system-monitor-2.28.1/src/interface.cpp       2010-11-05 18:30:38.170826398 +0100
 
5
@@ -102,7 +102,7 @@
 
6
   { "ShowAllProcesses", NULL, N_("A_ll Processes"), NULL,
 
7
     N_("Show all processes"), ALL_PROCESSES },
 
8
   { "ShowMyProcesses", NULL, N_("M_y Processes"), NULL,
 
9
-    N_("Show user own process"), MY_PROCESSES }
 
10
+    N_("Show only user-owned processes"), MY_PROCESSES }
 
11
 };
 
12
 
 
13