[goffice] fixed last commit
- From: Jean Bréfort <jbrefort src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [goffice] fixed last commit
- Date: Tue, 3 Nov 2009 07:18:21 +0000 (UTC)
commit e902058c484eded33acac7d85efe0adfd40a4686
Author: Jean Brefort <jean brefort normalesup org>
Date: Tue Nov 3 08:18:32 2009 +0100
fixed last commit
ChangeLog | 5 ++---
goffice/graph/gog-child-button.c | 1 +
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 629c99f..48c0979 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,7 @@
2009-11-03 Jean Brefort <jean brefort normalesup org>
- reviewed by: <delete if not using a buddy>
-
- * goffice/graph/gog-child-button.c (ensure_menu):
+ * goffice/graph/gog-child-button.c (ensure_menu): add parent name to
+ the menu entry.
2009-11-01 Morten Welinder <terra gnome org>
diff --git a/goffice/graph/gog-child-button.c b/goffice/graph/gog-child-button.c
index 99afd77..668a3c6 100644
--- a/goffice/graph/gog-child-button.c
+++ b/goffice/graph/gog-child-button.c
@@ -497,6 +497,7 @@ ensure_menu (GogChildButton *child_button)
for (iter = child_button->additions ; iter != NULL ; iter = iter->next) {
addition = iter->data;
g_free (label);
+ /* Note for translators: first string represent the new child object and second string is the parent object */
label = g_strdup_printf(_("%s to %s"), _(addition->role->id), gog_object_get_name (addition->parent));
if (!strcmp (addition->role->id, "Trend line")) {
GtkWidget *submenu = trend_line_type_menu_create (child_button, addition);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]