[nautilus-actions] Fix typo



commit 8316fe3d95ebcbb3913e467c74b63b2fa45d9226
Author: Pierre Wieser <pwieser trychlos org>
Date:   Wed Mar 17 21:30:31 2010 +0100

    Fix typo

 ChangeLog                        |    2 ++
 data/nautilus-actions.schemas.in |   38 +++++++++++++++++++-------------------
 2 files changed, 21 insertions(+), 19 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1eb5067..d2d7234 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-03-17 Pierre Wieser <pwieser trychlos org>
 
+	* data/nautilus-actions.schemas.in: Fix typo.
+
 	* src/nact/nact.desktop.in: Add StartupNotify=true.
 
 	* src/nact/nact-main-window.c (reload):
diff --git a/data/nautilus-actions.schemas.in b/data/nautilus-actions.schemas.in
index 3a6869e..89fa338 100644
--- a/data/nautilus-actions.schemas.in
+++ b/data/nautilus-actions.schemas.in
@@ -351,61 +351,61 @@ Possible values are:
     </schema>
 
     <schema>
-      <key>/schemas/apps/nautilus-actions/preferences/ifolder-chooser</key>
+      <key>/schemas/apps/nautilus-actions/preferences/icommand-command-chooser</key>
       <owner>nautilus-actions</owner>
       <type>list</type>
       <list_type>int</list_type>
       <locale name="C">
-        <short>Position and size of the URI chooser window</short>
-        <long>Position and size of the URI  chooser window in the Folders tab ; default is set by the window manager.</long>
+        <short>Position and size of the command chooser window</short>
+        <long>Position and size of the command chooser window in the Command tab ; default is set by the window manager.</long>
       </locale>
       <default>[]</default>
     </schema>
 
     <schema>
-      <key>/schemas/apps/nautilus-actions/preferences/ifolder-uri</key>
+      <key>/schemas/apps/nautilus-actions/preferences/icommand-folder-uri</key>
       <owner>nautilus-actions</owner>
       <type>string</type>
       <locale name="C">
         <short>Last selected folder</short>
-        <long>Last folder selected when browsing for an URI in the Folders tab.</long>
+        <long>Last folder selected when browsing for a command in the Command tab.</long>
       </locale>
       <default>/bin</default>
     </schema>
 
     <schema>
-      <key>/schemas/apps/nautilus-actions/preferences/icommand-command-chooser</key>
+      <key>/schemas/apps/nautilus-actions/preferences/icommand-legend-dialog</key>
       <owner>nautilus-actions</owner>
       <type>list</type>
       <list_type>int</list_type>
       <locale name="C">
-        <short>Position and size of the command chooser window</short>
-        <long>Position and size of the command chooser window in the Command tab ; default is set by the window manager.</long>
+        <short>Position and size of the Legend dialog</short>
+        <long>Position and size of the Legend dialog ; default is set by the UI manager.</long>
       </locale>
       <default>[]</default>
     </schema>
 
     <schema>
-      <key>/schemas/apps/nautilus-actions/preferences/icommand-folder-uri</key>
+      <key>/schemas/apps/nautilus-actions/preferences/ifolders-chooser</key>
       <owner>nautilus-actions</owner>
-      <type>string</type>
+      <type>list</type>
+      <list_type>int</list_type>
       <locale name="C">
-        <short>Last selected folder</short>
-        <long>Last folder selected when browsing for a command in the Command tab.</long>
+        <short>Position and size of the URI chooser window</short>
+        <long>Position and size of the URI  chooser window in the Folders tab ; default is set by the window manager.</long>
       </locale>
-      <default>/bin</default>
+      <default>[]</default>
     </schema>
 
     <schema>
-      <key>/schemas/apps/nautilus-actions/preferences/icommand-legend-dialog</key>
+      <key>/schemas/apps/nautilus-actions/preferences/ifolders-uri</key>
       <owner>nautilus-actions</owner>
-      <type>list</type>
-      <list_type>int</list_type>
+      <type>string</type>
       <locale name="C">
-        <short>Position and size of the Legend dialog</short>
-        <long>Position and size of the Legend dialog ; default is set by the UI manager.</long>
+        <short>Last selected folder</short>
+        <long>Last folder selected when browsing for an URI in the Folders tab.</long>
       </locale>
-      <default>[]</default>
+      <default>/bin</default>
     </schema>
 
     <schema>



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