[anjuta] sourceview: Change preference name to distinguish it better from the language autocompletion



commit 0cd44e71ab3589fd9f2006eec98daf286b64c686
Author: Johannes Schmid <jhs gnome org>
Date:   Thu Feb 11 23:28:52 2010 +0100

    sourceview: Change preference name to distinguish it better from the language autocompletion

 plugins/sourceview/anjuta-editor-sourceview.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plugins/sourceview/anjuta-editor-sourceview.ui b/plugins/sourceview/anjuta-editor-sourceview.ui
index 508c00b..4125344 100644
--- a/plugins/sourceview/anjuta-editor-sourceview.ui
+++ b/plugins/sourceview/anjuta-editor-sourceview.ui
@@ -3,15 +3,15 @@
   <requires lib="gtk+" version="2.16"/>
   <!-- interface-naming-policy toplevel-contextual -->
   <object class="GtkAdjustment" id="adjustment1">
-    <property name="value">4</property>
     <property name="lower">1</property>
     <property name="upper">100</property>
+    <property name="value">4</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
   <object class="GtkAdjustment" id="adjustment2">
-    <property name="value">80</property>
     <property name="upper">200</property>
+    <property name="value">80</property>
     <property name="step_increment">1</property>
     <property name="page_increment">10</property>
   </object>
@@ -219,7 +219,7 @@
                             </child>
                             <child>
                               <object class="GtkCheckButton" id="preferences_toggle:bool:1:0:sourceview.autocomplete">
-                                <property name="label" translatable="yes">Enable autocompletion</property>
+                                <property name="label" translatable="yes">Enable autocompletion for document words</property>
                                 <property name="visible">True</property>
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">False</property>



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