[gnumeric] cell format dialog: fix strange string.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnumeric] cell format dialog: fix strange string.
- Date: Sat, 7 Nov 2009 18:21:03 +0000 (UTC)
commit acb8cfe97155cfdd3686975c60b8deaa46f1d179
Author: Morten Welinder <terra gnome org>
Date: Sat Nov 7 13:19:49 2009 -0500
cell format dialog: fix strange string.
src/dialogs/ChangeLog | 5 +++++
src/dialogs/dialog-cell-format.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index f25d610..91457df 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-07 Morten Welinder <terra gnome org>
+
+ * dialog-cell-format.c (fmt_dialog_conditions_page_load_cond): Fix
+ strange string. #601076.
+
2009-11-02 Morten Welinder <terra gnome org>
* dialog-solver.c (cb_dialog_solver_destroy): Plug leak.
diff --git a/src/dialogs/dialog-cell-format.c b/src/dialogs/dialog-cell-format.c
index 9fff531..f1c0d17 100644
--- a/src/dialogs/dialog-cell-format.c
+++ b/src/dialogs/dialog-cell-format.c
@@ -2106,7 +2106,7 @@ fmt_dialog_conditions_page_load_cond (FormatState *state, GnmStyleCond const *co
case GNM_STYLE_COND_CONTAINS_BLANKS:
gtk_tree_store_set (state->conditions.model, &iter1, CONDITIONS_RANGE, NULL,
CONDITIONS_COND,
- _("If the cell content is \xe2\x89\xa6 this "
+ _("If the cell content "
"contains blanks, a special style is used."), -1);
break;
case GNM_STYLE_COND_NOT_CONTAINS_BLANKS:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]