2007-06-12 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Tue, 12 Jun 2007 13:58:34 +0000 (13:58 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Tue, 12 Jun 2007 13:58:34 +0000 (13:58 +0000)
* src/maemo/modest-main-window.c: (create_details_widget):
        Use the mcen_va_never logical ID.

pmo-trunk-r2180

ChangeLog2
src/maemo/modest-main-window.c

index 5010652..1db25b7 100644 (file)
@@ -1,3 +1,8 @@
+2007-06-12   Murray Cumming  <murrayc@murrayc.com>
+
+       * src/maemo/modest-main-window.c: (create_details_widget):
+       Use the mcen_va_never logical ID.
+
 2007-06-12  Murray Cumming  <murrayc@murrayc.com>
 
        * src/dbus_api/modest-dbus-api.h:
index 2859551..4cd1d05 100644 (file)
@@ -1372,7 +1372,7 @@ create_details_widget (TnyAccount *account)
                if (last_updated > 0) 
                        last_updated_string = modest_text_utils_get_display_date(last_updated);
                else
-                       last_updated_string = g_strdup (_("FIXME: Never"));
+                       last_updated_string = g_strdup (_("mcen_va_never"));
 
                label = g_strdup_printf ("%s: %s", _("mcen_ti_lastupdated"), last_updated_string);
                gtk_box_pack_start (GTK_BOX (vbox), gtk_label_new (label), FALSE, FALSE, 0);