[gnumeric] I18N fixing



commit 926c1790e610e79e850b237837c791dcb6e0b9cb
Author: Marek Ä?ernocký <marek manet cz>
Date:   Thu Mar 10 01:34:01 2011 +0100

    I18N fixing

 src/dialogs/dialog-cell-format.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dialogs/dialog-cell-format.c b/src/dialogs/dialog-cell-format.c
index 0e33dce..92a97db 100644
--- a/src/dialogs/dialog-cell-format.c
+++ b/src/dialogs/dialog-cell-format.c
@@ -2234,14 +2234,14 @@ fmt_dialog_init_conditions_page (FormatState *state)
 								   "conditions_label"));
 	if (state->conflicts & (1 << MSTYLE_CONDITIONS)) {
 		gtk_label_set_markup (state->conditions.label,
-				      N_("The selection is <b>not</b> "
+				      _("The selection is <b>not</b> "
 					 "homogeneous "
 					 "with respect to conditions!"));
 		(void) sv_selection_foreach (state->sv,
 					     fmt_dialog_condition_collector, state);
 	} else {
 		gtk_label_set_markup (state->conditions.label,
-				      N_("The selection is homogeneous with "
+				      _("The selection is homogeneous with "
 					 "respect to conditions."));
 		if (state->style != NULL)
 			fmt_dialog_conditions_page_load_conditions



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