[gnome-builder] ui: Remove unnecessary trailing dots from preferences UI labels



commit ee289d0b9f0c9bc8c91af3fd1fd2a848ef799fb2
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Thu Oct 29 12:14:05 2015 +0000

    ui: Remove unnecessary trailing dots from preferences UI labels
    
    Checkbox labels should not have trailing dots.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757301

 data/ui/gb-editor-settings-widget.ui  |    4 ++--
 data/ui/gb-preferences-page-editor.ui |   12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/ui/gb-editor-settings-widget.ui b/data/ui/gb-editor-settings-widget.ui
index f57905d..4351ea0 100644
--- a/data/ui/gb-editor-settings-widget.ui
+++ b/data/ui/gb-editor-settings-widget.ui
@@ -93,7 +93,7 @@
         </child>
         <child>
           <object class="GtkCheckButton" id="insert_matching_brace">
-            <property name="label" translatable="yes">Insert matching brace, bracket, quotation, and 
parenthesis.</property>
+            <property name="label" translatable="yes">Insert matching brace, bracket, quotation, and 
parenthesis</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
@@ -110,7 +110,7 @@
         </child>
         <child>
           <object class="GtkCheckButton" id="overwrite_braces">
-            <property name="label" translatable="yes">Overwrite closing brace, bracket, quotation, and 
parenthesis.</property>
+            <property name="label" translatable="yes">Overwrite closing brace, bracket, quotation, and 
parenthesis</property>
             <property name="visible">True</property>
             <property name="can_focus">True</property>
             <property name="receives_default">False</property>
diff --git a/data/ui/gb-preferences-page-editor.ui b/data/ui/gb-preferences-page-editor.ui
index f93f849..5e4520c 100644
--- a/data/ui/gb-preferences-page-editor.ui
+++ b/data/ui/gb-preferences-page-editor.ui
@@ -214,7 +214,7 @@
             <child>
               <object class="GtkCheckButton" id="draw_spaces_space">
                 <property name="action-name">editor.draw-spaces-space</property>
-                <property name="label" translatable="yes">Draw a circle over space characters.</property>
+                <property name="label" translatable="yes">Draw a circle over space characters</property>
                 <property name="visible">true</property>
                 <property name="focus-on-click">false</property>
                 <property name="margin-start">6</property>
@@ -224,7 +224,7 @@
             <child>
               <object class="GtkCheckButton" id="draw_spaces_tab">
                 <property name="action-name">editor.draw-spaces-tab</property>
-                <property name="label" translatable="yes">Draw an arrow over tab characters.</property>
+                <property name="label" translatable="yes">Draw an arrow over tab characters</property>
                 <property name="visible">true</property>
                 <property name="focus-on-click">false</property>
                 <property name="margin-start">6</property>
@@ -234,7 +234,7 @@
             <child>
               <object class="GtkCheckButton" id="draw_spaces_newline">
                 <property name="action-name">editor.draw-spaces-newline</property>
-                <property name="label" translatable="yes">Draw a carriage return over newline 
characters.</property>
+                <property name="label" translatable="yes">Draw a carriage return over newline 
characters</property>
                 <property name="visible">true</property>
                 <property name="focus-on-click">false</property>
                 <property name="margin-start">6</property>
@@ -244,7 +244,7 @@
             <child>
               <object class="GtkCheckButton" id="draw_spaces_nbsp">
                 <property name="action-name">editor.draw-spaces-nbsp</property>
-                <property name="label" translatable="yes">Draw indicators for non-breaking spaces.</property>
+                <property name="label" translatable="yes">Draw indicators for non-breaking spaces</property>
                 <property name="visible">true</property>
                 <property name="focus-on-click">false</property>
                 <property name="margin-start">6</property>
@@ -254,7 +254,7 @@
             <child>
               <object class="GtkCheckButton" id="draw_spaces_leading">
                 <property name="action-name">editor.draw-spaces-leading</property>
-                <property name="label" translatable="yes">Draw leading space only.</property>
+                <property name="label" translatable="yes">Draw leading space only</property>
                 <property name="visible">true</property>
                 <property name="focus-on-click">false</property>
                 <property name="margin-start">6</property>
@@ -264,7 +264,7 @@
             <child>
               <object class="GtkCheckButton" id="draw_spaces_trailing">
                 <property name="action-name">editor.draw-spaces-trailing</property>
-                <property name="label" translatable="yes">Draw trailing space only.</property>
+                <property name="label" translatable="yes">Draw trailing space only</property>
                 <property name="visible">true</property>
                 <property name="focus-on-click">false</property>
                 <property name="margin-start">6</property>


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