X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgdatetime.c;h=f3dbba5310704ef5f1cfe6ddc091683570c60f24;hb=9ddd25c18b59c443945ff9dcb19675e00caeca63;hp=76f4f36f2336165388c5404bc094e1961e6328f3;hpb=e39a03e14d2f22ca6acbb772df908faa78a7d73e;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gdatetime.c b/glib/gdatetime.c index 76f4f36..f3dbba5 100644 --- a/glib/gdatetime.c +++ b/glib/gdatetime.c @@ -197,9 +197,9 @@ static const gint month_item[2][12] = #define GET_AMPM(d) ((g_date_time_get_hour (d) < 12) \ /* Translators: 'before midday' indicator */ \ - ? C_("GDateTime", "am") \ + ? C_("GDateTime", "AM") \ /* Translators: 'after midday' indicator */ \ - : C_("GDateTime", "pm")) + : C_("GDateTime", "PM")) /* Translators: this is the preferred format for expressing the date and the time */ #define PREFERRED_DATE_TIME_FMT C_("GDateTime", "%a %b %e %H:%M:%S %Y")