SF.net SVN: geany:[3471] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Thu Jan 15 19:44:18 UTC 2009


Revision: 3471
          http://geany.svn.sourceforge.net/geany/?rev=3471&view=rev
Author:   eht16
Date:     2009-01-15 19:44:18 +0000 (Thu, 15 Jan 2009)

Log Message:
-----------
Fix typo.

Modified Paths:
--------------
    trunk/geany.glade
    trunk/src/interface.c

Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2009-01-15 19:15:41 UTC (rev 3470)
+++ trunk/geany.glade	2009-01-15 19:44:18 UTC (rev 3471)
@@ -5765,7 +5765,7 @@
 				  <property name="visible">True</property>
 				  <property name="tooltip" translatable="yes">Auto-close simple quote when typing an opening one</property>
 				  <property name="can_focus">True</property>
-				  <property name="label" translatable="yes">Simple quotes ' '</property>
+				  <property name="label" translatable="yes">Single quotes ' '</property>
 				  <property name="use_underline">True</property>
 				  <property name="relief">GTK_RELIEF_NORMAL</property>
 				  <property name="focus_on_click">True</property>

Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c	2009-01-15 19:15:41 UTC (rev 3470)
+++ trunk/src/interface.c	2009-01-15 19:44:18 UTC (rev 3471)
@@ -3532,7 +3532,7 @@
                     (GtkAttachOptions) (0), 0, 0);
   gtk_tooltips_set_tip (tooltips, check_autoclose_parenthesis, _("Auto-close parenthesis when typing an opening one"), NULL);
 
-  check_autoclose_squote = gtk_check_button_new_with_mnemonic (_("Simple quotes ' '"));
+  check_autoclose_squote = gtk_check_button_new_with_mnemonic (_("Single quotes ' '"));
   gtk_widget_show (check_autoclose_squote);
   gtk_table_attach (GTK_TABLE (table16), check_autoclose_squote, 0, 1, 3, 4,
                     (GtkAttachOptions) (GTK_FILL),


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list