[gnumeric] Fixed typos in strings



commit 59dd05f09ed32117737dab4eef8af8e7424525d5
Author: Daniel Mustieles <daniel mustieles gmail com>
Date:   Fri Jun 8 11:49:07 2012 +0200

    Fixed typos in strings

 src/dialogs/dialog-analysis-tools.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/dialogs/dialog-analysis-tools.c b/src/dialogs/dialog-analysis-tools.c
index b9eaabf..1f8881e 100644
--- a/src/dialogs/dialog-analysis-tools.c
+++ b/src/dialogs/dialog-analysis-tools.c
@@ -2268,8 +2268,8 @@ regression_tool_update_sensitivity_cb (G_GNUC_UNUSED GtkWidget *dummy,
 	if (y_h <= 2 && y_w <= 2) {
 		gtk_label_set_text (GTK_LABEL (state->base.warning),
 				    switch_v ?
-				    _("The x variable range is to small") :
-				    _("The y variable range is to small"));
+				    _("The x variable range is too small") :
+				    _("The y variable range is too small"));
 		gtk_widget_set_sensitive (state->base.ok_button, FALSE);
 		return;
 	}
@@ -2574,7 +2574,7 @@ exp_smoothing_tool_update_sensitivity_cb (G_GNUC_UNUSED GtkWidget *dummy,
 				      &damp_fact, FALSE);
 		if (err!= 0 || damp_fact < 0 || damp_fact > 1)  {
 			gtk_label_set_text (GTK_LABEL (state->base.warning),
-					    _("The given growth"
+					    _("The given growth "
 					      "damping factor is invalid."));
 			gtk_widget_set_sensitive (state->base.ok_button, FALSE);
 			return;



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