[gnome-system-monitor] Do not repeat word "process" in context menu



commit 7745f777730dce6594147ef247f491aa469bef58
Author: Stefano Facchini <stefano facchini gmail com>
Date:   Thu Aug 1 11:28:14 2013 +0200

    Do not repeat word "process" in context menu
    
    It's redundant and over-verbose
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705271

 data/menus.ui |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/menus.ui b/data/menus.ui
index 00a0b5b..c228b73 100644
--- a/data/menus.ui
+++ b/data/menus.ui
@@ -66,13 +66,13 @@
   <menu id="process-popup-menu">
     <section>
       <item>
-        <attribute name="label" translatable="yes">_Stop Process</attribute>
+        <attribute name="label" translatable="yes">_Stop</attribute>
         <attribute name="action">win.send-signal-stop</attribute>
         <attribute name="accel">&lt;Primary&gt;s</attribute>
         <attribute name="target" type="i">19</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_Continue Process</attribute>
+        <attribute name="label" translatable="yes">_Continue</attribute>
         <attribute name="action">win.send-signal-cont</attribute>
         <attribute name="accel">&lt;Primary&gt;c</attribute>
         <attribute name="target" type="i">18</attribute>
@@ -80,13 +80,13 @@
     </section>
     <section>
       <item>
-        <attribute name="label" translatable="yes">_End Process</attribute>
+        <attribute name="label" translatable="yes">_End</attribute>
         <attribute name="action">win.send-signal-end</attribute>
         <attribute name="accel">&lt;Primary&gt;e</attribute>
         <attribute name="target" type="i">15</attribute>
       </item>
       <item>
-        <attribute name="label" translatable="yes">_Kill Process</attribute>
+        <attribute name="label" translatable="yes">_Kill</attribute>
         <attribute name="action">win.send-signal-kill</attribute>
         <attribute name="accel">&lt;Primary&gt;k</attribute>
         <attribute name="target" type="i">9</attribute>


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