[gnome-terminal] schemas: Fix a description



commit cd795044595b4ba05aab9d7e310e6b21464a8e02
Author: Christian Persch <chpe gnome org>
Date:   Thu Sep 12 19:42:08 2013 +0200

    schemas: Fix a description
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706656

 src/org.gnome.Terminal.gschema.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/org.gnome.Terminal.gschema.xml b/src/org.gnome.Terminal.gschema.xml
index 20e9690..12a13f7 100644
--- a/src/org.gnome.Terminal.gschema.xml
+++ b/src/org.gnome.Terminal.gschema.xml
@@ -183,7 +183,7 @@
     <key name="login-shell" type="b">
       <default>false</default>
       <summary>Whether to launch the command in the terminal as a login shell</summary>
-      <description>If true, the command inside the terminal will be launched as a login shell. (argv[0] will 
have a hyphen in front of it.)</description>
+      <description>If true, the command inside the terminal will be launched as a login shell (argv[0] will 
have a hyphen in front of it).</description>
     </key>
     <key name="update-records" type="b">
       <default>true</default>


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