[Monodevelop-patches-list] r1038 - trunk/MonoDevelop/data/resources/glade

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Wed Feb 25 22:53:54 EST 2004


Author: dkor
Date: 2004-02-25 22:53:54 -0500 (Wed, 25 Feb 2004)
New Revision: 1038

Modified:
   trunk/MonoDevelop/data/resources/glade/Base.glade
Log:
removing trailing - from not internationalized OptionPanels

Modified: trunk/MonoDevelop/data/resources/glade/Base.glade
===================================================================
--- trunk/MonoDevelop/data/resources/glade/Base.glade	2004-02-26 03:41:44 UTC (rev 1037)
+++ trunk/MonoDevelop/data/resources/glade/Base.glade	2004-02-26 03:53:54 UTC (rev 1038)
@@ -2960,7 +2960,7 @@
 	  <child>
 	    <widget class="GtkLabel" id="label56">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">&lt;b&gt;Project Information- &lt;/b&gt;</property>
+	      <property name="label" translatable="yes">&lt;b&gt;Project Information&lt;/b&gt;</property>
 	      <property name="use_underline">True</property>
 	      <property name="use_markup">True</property>
 	      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -3026,7 +3026,7 @@
 			  <child>
 			    <widget class="GtkLabel" id="label53">
 			      <property name="visible">True</property>
-			      <property name="label" translatable="yes">_Name-</property>
+			      <property name="label" translatable="yes">_Name</property>
 			      <property name="use_underline">True</property>
 			      <property name="use_markup">False</property>
 			      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -3120,7 +3120,7 @@
 		      <child>
 			<widget class="GtkLabel" id="label44">
 			  <property name="visible">True</property>
-			  <property name="label" translatable="yes">_Description-</property>
+			  <property name="label" translatable="yes">_Description</property>
 			  <property name="use_underline">True</property>
 			  <property name="use_markup">False</property>
 			  <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -3219,7 +3219,7 @@
 		    <widget class="GtkCheckButton" id="EnableViewStateCheckButton">
 		      <property name="visible">True</property>
 		      <property name="can_focus">True</property>
-		      <property name="label" translatable="yes">Enable _viewstate-</property>
+		      <property name="label" translatable="yes">Enable _viewstate</property>
 		      <property name="use_underline">True</property>
 		      <property name="relief">GTK_RELIEF_NORMAL</property>
 		      <property name="active">False</property>
@@ -3263,7 +3263,7 @@
 	  <child>
 	    <widget class="GtkLabel" id="label52">
 	      <property name="visible">True</property>
-	      <property name="label" translatable="yes">&lt;b&gt;On Project Load- &lt;/b&gt;</property>
+	      <property name="label" translatable="yes">&lt;b&gt;On Project Load &lt;/b&gt;</property>
 	      <property name="use_underline">True</property>
 	      <property name="use_markup">True</property>
 	      <property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -3312,7 +3312,7 @@
 		<widget class="GtkCheckButton" id="NewFilesOnLoadCheckButton">
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="label" translatable="yes">Search for new _files on load-</property>
+		  <property name="label" translatable="yes">Search for new _files on load</property>
 		  <property name="use_underline">True</property>
 		  <property name="relief">GTK_RELIEF_NORMAL</property>
 		  <property name="active">False</property>
@@ -3385,7 +3385,7 @@
 		<widget class="GtkCheckButton" id="AutoInsertNewFilesCheckButton">
 		  <property name="visible">True</property>
 		  <property name="can_focus">True</property>
-		  <property name="label" translatable="yes">Automaticly _include found files-</property>
+		  <property name="label" translatable="yes">Automaticly _include found files</property>
 		  <property name="use_underline">True</property>
 		  <property name="relief">GTK_RELIEF_NORMAL</property>
 		  <property name="active">False</property>




More information about the Monodevelop-patches-list mailing list