[nautilus-actions/gnome-2-28] Remove terminating dot from radio button labels



commit 4dbeaa2db463707b4bbd02b55da410321bc13726
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Oct 26 05:27:15 2009 +0100

    Remove terminating dot from radio button labels

 ChangeLog                                |    4 ++++
 src/nact/nact-assistant-export.ui        |   14 ++++----------
 src/nact/nautilus-actions-config-tool.ui |    2 --
 3 files changed, 8 insertions(+), 12 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index a316bcf..09004a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-10-26 Pierre Wieser <pwieser trychlos org>
 
+	* src/nact/nact-assistant-export.ui:
+	* src/nact/nautilus-actions-config-tool.ui:
+	Remove terminating dot from radio button labels.
+
 	* src/common/na-about.c (na_about_display):
 	Do not mark authors names and emails for translating (#599520).
 
diff --git a/src/nact/nact-assistant-export.ui b/src/nact/nact-assistant-export.ui
index e1d2f57..2f74711 100644
--- a/src/nact/nact-assistant-export.ui
+++ b/src/nact/nact-assistant-export.ui
@@ -22,7 +22,6 @@
         <child>
           <object class="GtkVBox" id="vbox17">
             <property name="visible">True</property>
-            <property name="orientation">vertical</property>
             <child>
               <object class="GtkLabel" id="ActionsListLabel">
                 <property name="visible">True</property>
@@ -86,12 +85,11 @@ to extend a selection.</property>
         <child>
           <object class="GtkFileChooserWidget" id="ExportFolderChooser">
             <property name="visible">True</property>
-            <property name="orientation">vertical</property>
             <property name="action">select-folder</property>
             <property name="use_preview_label">False</property>
             <property name="local_only">False</property>
-            <property name="preview_widget_active">False</property>
             <property name="show_hidden">True</property>
+            <property name="preview_widget_active">False</property>
           </object>
           <packing>
             <property name="position">0</property>
@@ -106,15 +104,13 @@ to extend a selection.</property>
       <object class="GtkVBox" id="vbox1">
         <property name="visible">True</property>
         <property name="border_width">10</property>
-        <property name="orientation">vertical</property>
         <property name="spacing">10</property>
         <child>
           <object class="GtkVBox" id="vbox2">
             <property name="visible">True</property>
-            <property name="orientation">vertical</property>
             <child>
               <object class="GtkRadioButton" id="ExportSchemaV1Button">
-                <property name="label" translatable="yes">Export as a GConf schema file with full key descriptions.</property>
+                <property name="label" translatable="yes">Export as a GConf schema file with full key descriptions</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
@@ -171,10 +167,9 @@ The exported file may later be imported via :
         <child>
           <object class="GtkVBox" id="vbox3">
             <property name="visible">True</property>
-            <property name="orientation">vertical</property>
             <child>
               <object class="GtkRadioButton" id="ExportSchemaV2Button">
-                <property name="label" translatable="yes">Export as a light GConf schema file.</property>
+                <property name="label" translatable="yes">Export as a light GConf schema file</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
@@ -231,10 +226,9 @@ The exported file may later be imported via :
         <child>
           <object class="GtkVBox" id="vbox4">
             <property name="visible">True</property>
-            <property name="orientation">vertical</property>
             <child>
               <object class="GtkRadioButton" id="ExportGConfDumpButton">
-                <property name="label" translatable="yes">Export as a GConf dump file.</property>
+                <property name="label" translatable="yes">Export as a GConf dump file</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
diff --git a/src/nact/nautilus-actions-config-tool.ui b/src/nact/nautilus-actions-config-tool.ui
index 159db26..410a230 100644
--- a/src/nact/nautilus-actions-config-tool.ui
+++ b/src/nact/nautilus-actions-config-tool.ui
@@ -1424,7 +1424,6 @@ Defining several profiles lets you have several commands, each applying with a d
     <child internal-child="vbox">
       <object class="GtkVBox" id="dialog-vbox1">
         <property name="visible">True</property>
-        <property name="orientation">vertical</property>
         <property name="spacing">2</property>
         <child>
           <object class="GtkFrame" id="frame1">
@@ -1439,7 +1438,6 @@ Defining several profiles lets you have several commands, each applying with a d
                   <object class="GtkVBox" id="vbox18">
                     <property name="visible">True</property>
                     <property name="border_width">10</property>
-                    <property name="orientation">vertical</property>
                     <property name="spacing">10</property>
                     <child>
                       <object class="GtkCheckButton" id="SortAlphabeticalButton">



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