diff options
Diffstat (limited to 'src/anastasis/anastasis-gtk_handle-print.c')
-rw-r--r-- | src/anastasis/anastasis-gtk_handle-print.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/anastasis/anastasis-gtk_handle-print.c b/src/anastasis/anastasis-gtk_handle-print.c index 6702dfc..c235ce2 100644 --- a/src/anastasis/anastasis-gtk_handle-print.c +++ b/src/anastasis/anastasis-gtk_handle-print.c | |||
@@ -87,8 +87,8 @@ print_to_file (GtkWindow *parent_window, | |||
87 | { | 87 | { |
88 | const char *tkey; | 88 | const char *tkey; |
89 | struct GNUNET_JSON_Specification spec[] = { | 89 | struct GNUNET_JSON_Specification spec[] = { |
90 | TALER_JSON_spec_i18n_str ("label", | 90 | GNUNET_JSON_spec_string ("label", |
91 | &tkey), | 91 | &tkey), |
92 | GNUNET_JSON_spec_end () | 92 | GNUNET_JSON_spec_end () |
93 | }; | 93 | }; |
94 | 94 | ||
@@ -103,7 +103,8 @@ print_to_file (GtkWindow *parent_window, | |||
103 | found = true; | 103 | found = true; |
104 | GNUNET_break (0 == | 104 | GNUNET_break (0 == |
105 | json_object_set (uattrs, | 105 | json_object_set (uattrs, |
106 | tkey, | 106 | dgettext ("anastasis", |
107 | tkey), | ||
107 | av)); | 108 | av)); |
108 | } | 109 | } |
109 | } | 110 | } |