glade3 r2142 - in trunk: . plugins/gtk+



Author: jpu
Date: Mon Mar  2 23:55:24 2009
New Revision: 2142
URL: http://svn.gnome.org/viewvc/glade3?rev=2142&view=rev

Log:
reverted string changes, i hope i did not miss anything


Modified:
   trunk/ChangeLog
   trunk/plugins/gtk+/glade-icon-sources.c
   trunk/plugins/gtk+/glade-label-editor.c
   trunk/plugins/gtk+/glade-store-editor.c
   trunk/plugins/gtk+/gtk+.xml.in

Modified: trunk/plugins/gtk+/glade-icon-sources.c
==============================================================================
--- trunk/plugins/gtk+/glade-icon-sources.c	(original)
+++ trunk/plugins/gtk+/glade-icon-sources.c	Mon Mar  2 23:55:24 2009
@@ -691,7 +691,7 @@
 				{
 				case COLUMN_TEXT:
 					tooltip_text = 
-						g_strdup_printf (_("Enter a filename or a relative or full path for this "
+						g_strdup_printf (_("Enter a filname or a relative or full path for this "
 								   "source of '%s' (Glade will only ever load them in "
 								   "the runtime from your project directory)."), 
 								 icon_name);

Modified: trunk/plugins/gtk+/glade-label-editor.c
==============================================================================
--- trunk/plugins/gtk+/glade-label-editor.c	(original)
+++ trunk/plugins/gtk+/glade-label-editor.c	Mon Mar  2 23:55:24 2009
@@ -354,7 +354,7 @@
 
 	label_editor->modifying = TRUE;
 
-	glade_command_push_group (_("Setting %s to set desired width in characters"), 
+	glade_command_push_group (_("Setting %s to set desired width in charachters"), 
 				  label_editor->loaded_widget->name);
 
 	property = glade_widget_get_property (label_editor->loaded_widget, "max-width-chars");
@@ -385,7 +385,7 @@
 
 	label_editor->modifying = TRUE;
 
-	glade_command_push_group (_("Setting %s to set maximum width in characters"), 
+	glade_command_push_group (_("Setting %s to set maximum width in charachters"), 
 				  label_editor->loaded_widget->name);
 
 	property = glade_widget_get_property (label_editor->loaded_widget, "width-chars");

Modified: trunk/plugins/gtk+/glade-store-editor.c
==============================================================================
--- trunk/plugins/gtk+/glade-store-editor.c	(original)
+++ trunk/plugins/gtk+/glade-store-editor.c	Mon Mar  2 23:55:24 2009
@@ -221,7 +221,7 @@
 	gtk_container_add (GTK_CONTAINER (alignment), vbox);
 
 	/* Add descriptive label */
-	label = gtk_label_new (_("Add remove and edit rows of data (you can optionally use Ctrl+N to add "
+	label = gtk_label_new (_("Add remove and edit rows of data (you can optionally use CNTL-N to add "
 				 "new rows and the Delete key to remove the selected row)"));
 	gtk_label_set_line_wrap (GTK_LABEL(label), TRUE);
 	gtk_label_set_line_wrap_mode (GTK_LABEL(label), PANGO_WRAP_WORD);

Modified: trunk/plugins/gtk+/gtk+.xml.in
==============================================================================
--- trunk/plugins/gtk+/gtk+.xml.in	(original)
+++ trunk/plugins/gtk+/gtk+.xml.in	Mon Mar  2 23:55:24 2009
@@ -696,7 +696,7 @@
 	    <type>GParamObject</type>
 	    <value-type>GdkPixbuf</value-type>
 	  </parameter-spec>
-          <_tooltip>A filename, full or relative path to load an icon for this toolbutton</_tooltip>
+          <_tooltip>A filname, full or relative path to load an icon for this toolbutton</_tooltip>
 	</property>
         <property id="icon-widget" parentless-widget="True" libglade-unsupported="True" 
 		  create-type="GtkImage" custom-layout="True"/>



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