[gedit-plugins] Remove "_" from string in *.gschema.xml file



commit d80ac25cb715ce83cba0681c8ba849884dfdcf39
Author: scootergrisen <scootergrisen gmail com>
Date:   Tue May 26 01:04:23 2020 +0000

    Remove "_" from string in *.gschema.xml file

 plugins/drawspaces/org.gnome.gedit.plugins.drawspaces.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/drawspaces/org.gnome.gedit.plugins.drawspaces.gschema.xml 
b/plugins/drawspaces/org.gnome.gedit.plugins.drawspaces.gschema.xml
index 3b34536..a05f96d 100644
--- a/plugins/drawspaces/org.gnome.gedit.plugins.drawspaces.gschema.xml
+++ b/plugins/drawspaces/org.gnome.gedit.plugins.drawspaces.gschema.xml
@@ -12,7 +12,7 @@
   <schema gettext-domain="gedit-plugins" id="org.gnome.gedit.plugins.drawspaces" 
path="/org/gnome/gedit/plugins/drawspaces/">
     <key name="show-white-space" type="b">
       <default>true</default>
-      <summary>Show _White Space</summary>
+      <summary>Show White Space</summary>
       <description>If TRUE drawing will be enabled.</description>
     </key>
     <key name="draw-spaces" flags="org.gnome.gedit.plugins.drawspaces.GtkSourceDrawSpacesFlags">


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