[gnumeric] I18N fixing
- From: Marek Černocký <mcernocky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] I18N fixing
- Date: Sat, 12 Mar 2011 07:07:46 +0000 (UTC)
commit 88db13af38ce8c13924440f8d1eaf9e1522d2b60
Author: Marek Ä?ernocký <marek manet cz>
Date: Sat Mar 12 08:06:47 2011 +0100
I18N fixing
src/dialogs/dialog-simulation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dialogs/dialog-simulation.c b/src/dialogs/dialog-simulation.c
index 57508fd..1e445a0 100644
--- a/src/dialogs/dialog-simulation.c
+++ b/src/dialogs/dialog-simulation.c
@@ -360,7 +360,7 @@ simulation_ok_clicked_cb (G_GNUC_UNUSED GtkWidget *button,
if (err != NULL)
error_in_entry ((GenericToolState *) state,
- GTK_WIDGET (state->input_entry_2), err);
+ GTK_WIDGET (state->input_entry_2), _(err));
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]