From 62aa7730a1e932238cdd929082125cc75662ee93 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 6 Nov 2009 10:29:55 +0100 Subject: [PATCH] Update translation strings for "Show more" button. --- src/hildon2/modest-header-window.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/hildon2/modest-header-window.c b/src/hildon2/modest-header-window.c index 1a36c2c..ade4e99 100644 --- a/src/hildon2/modest-header-window.c +++ b/src/hildon2/modest-header-window.c @@ -734,7 +734,7 @@ create_empty_view (ModestWindow *self) gtk_widget_show_all (button); priv->show_more_button2 = hildon_button_new (MODEST_EDITABLE_SIZE, HILDON_BUTTON_ARRANGEMENT_VERTICAL); - hildon_button_set_title (HILDON_BUTTON (priv->show_more_button2), _("TODO: show more")); + hildon_button_set_title (HILDON_BUTTON (priv->show_more_button2), _("mcen_va_more")); gtk_widget_hide_all (priv->show_more_button2); hbox = gtk_hbox_new (TRUE, 0); @@ -825,7 +825,7 @@ modest_header_window_new (TnyFolder *folder, const gchar *account_name, const gc g_object_unref (new_message_pixbuf); priv->show_more_button = hildon_button_new (MODEST_EDITABLE_SIZE, HILDON_BUTTON_ARRANGEMENT_VERTICAL); - hildon_button_set_title (HILDON_BUTTON (priv->show_more_button), _("TODO: show more")); + hildon_button_set_title (HILDON_BUTTON (priv->show_more_button), _("mcen_va_more")); gtk_box_pack_start (GTK_BOX (action_area_box), priv->new_message_button, TRUE, TRUE, 0); gtk_box_pack_start (GTK_BOX (action_area_box), priv->show_more_button, TRUE, TRUE, 0); @@ -1040,7 +1040,7 @@ update_view (ModestHeaderWindow *self, gtk_widget_show_all (priv->show_more_button); gtk_widget_show_all (priv->show_more_button2); } - show_more_value = g_strdup_printf (_("TODO: %d of %d shown"), visible, all_count); + show_more_value = g_strdup_printf (_("mcen_va_more_toview"), visible, all_count); hildon_button_set_value (HILDON_BUTTON (priv->show_more_button), show_more_value); -- 1.7.9.5