* Fixes NB#95888, replaced a logical id by the new one
authorSergio Villar Senin <svillar@igalia.com>
Tue, 16 Dec 2008 09:08:39 +0000 (09:08 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 16 Dec 2008 09:08:39 +0000 (09:08 +0000)
pmo-trunk-r6869

src/modest-datetime-formatter.c

index e39d055..7aa9b24 100644 (file)
@@ -264,7 +264,7 @@ modest_datetime_formatter_format_time (ModestDatetimeFormatter *self,
 
        switch (priv->current_format) {
        case DATETIME_FORMAT_12H:
 
        switch (priv->current_format) {
        case DATETIME_FORMAT_12H:
-               format_string = is_pm?_HL("wdgt_12h_time_pm"):_HL("wdgt_12h_time_am");
+               format_string = is_pm?_HL("wdgt_va_12h_time_pm"):_HL("wdgt_va_12h_time_am");
                break;
        case DATETIME_FORMAT_24H:
                format_string = _HL("wdgt_va_24h_time");
                break;
        case DATETIME_FORMAT_24H:
                format_string = _HL("wdgt_va_24h_time");