[gnumeric] fix label string
- From: Andreas J. Guelzow <guelzow src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] fix label string
- Date: Fri, 12 Aug 2011 08:14:48 +0000 (UTC)
commit ae707506ed14e4e958a0e869f2972ed402301c06
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date: Fri Aug 12 02:11:58 2011 -0600
fix label string
2011-08-11 Andreas J. Guelzow <aguelzow pyrshep ca>
* dialog-cell-format-cond.c (dialog_cell_format_style_added):
fix label string
src/dialogs/ChangeLog | 5 +++++
src/dialogs/dialog-cell-format-cond.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/ChangeLog b/src/dialogs/ChangeLog
index 311f72b..63639ca 100644
--- a/src/dialogs/ChangeLog
+++ b/src/dialogs/ChangeLog
@@ -1,3 +1,8 @@
+2011-08-11 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * dialog-cell-format-cond.c (dialog_cell_format_style_added):
+ fix label string
+
2011-08-10 Morten Welinder <terra gnome org>
* dialog-about.c (blend_colors): Blend alpha too.
diff --git a/src/dialogs/dialog-cell-format-cond.c b/src/dialogs/dialog-cell-format-cond.c
index 5352add..3444f02 100644
--- a/src/dialogs/dialog-cell-format-cond.c
+++ b/src/dialogs/dialog-cell-format-cond.c
@@ -228,7 +228,7 @@ dialog_cell_format_style_added (gpointer closure, GnmStyle *style)
gnm_style_unref (state->editor.style);
state->editor.style = style;
gtk_label_set_text (GTK_LABEL (state->editor.style_label),
- style ? _("(defined)") : _("undefined"));
+ style ? _("(defined)") : _("(undefined)"));
c_fmt_dialog_set_sensitive (state);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]