[goffice] commited the two last string changes from #596003.



commit 53a10ce4b2101cbfb0fd0e80ab3aaaf189a279dc
Author: Jean Brefort <jean brefort normalesup org>
Date:   Fri Oct 2 08:23:19 2009 +0200

    commited the two last string changes from #596003.

 ChangeLog                    |    6 ++++++
 goffice/app/go-plugin.c      |    2 +-
 goffice/gtk/go-format-sel.ui |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 93d81c1..44916b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-02  Jean Brefort  <jean brefort normalesup org>
+
+	* goffice/app/go-plugin.c (go_plugin_read_for_dir): fixed the two last
+	strings from #596003.
+	* goffice/gtk/go-format-sel.ui: ditto.
+
 2009-09-29  Jean Brefort  <jean brefort normalesup org>
 
 	* goffice/canvas/goc-widget.c (goc_widget_init): create widget far away
diff --git a/goffice/app/go-plugin.c b/goffice/app/go-plugin.c
index 008a3aa..6f3219e 100644
--- a/goffice/app/go-plugin.c
+++ b/goffice/app/go-plugin.c
@@ -1316,7 +1316,7 @@ go_plugin_read_for_dir (gchar const *dir_name, GOErrorInfo **ret_error)
 		plugin_file_state_hash_changed = TRUE;
 	} else {
 		*ret_error = go_error_info_new_printf (
-		             _("Errors occurred while reading plugin informations from file \"%s\"."),
+		             _("Errors occurred while reading plugin information from file \"%s\"."),
 		             file_name);
 		go_error_info_add_details (*ret_error, plugin_error);
 	}
diff --git a/goffice/gtk/go-format-sel.ui b/goffice/gtk/go-format-sel.ui
index f2a0675..c03a5b7 100644
--- a/goffice/gtk/go-format-sel.ui
+++ b/goffice/gtk/go-format-sel.ui
@@ -433,7 +433,7 @@
                     <property name="left_padding">24</property>
                     <child>
                       <object class="GtkCheckButton" id="format_superscript_hide_1_button">
-                        <property name="label" translatable="yes">_Don't show 1x's</property>
+                        <property name="label" translatable="yes">_Don't show 1xs</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]