After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 746928 - Wrong date format in the new event popover
Wrong date format in the new event popover
Status: RESOLVED FIXED
Product: gnome-calendar
Classification: Applications
Component: User Interface
3.16.x
Other Linux
: Normal normal
: 3.26
Assigned To: GNOME Calendar maintainers
GNOME Calendar maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-28 08:52 UTC by Abderrahim Kitouni
Modified: 2017-04-17 18:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
window: mark date format string for new event popover for translation (1.05 KB, patch)
2015-04-03 10:33 UTC, Marcus Lundblad
committed Details | Review

Description Abderrahim Kitouni 2015-03-28 08:52:03 UTC
When I click on a day in the month view, in the popover that appears there is "new event on ..." and the date is wrong (the month is before the day). The format needs to be translatable.
Comment 1 Marcus Lundblad 2015-04-03 10:33:33 UTC
Created attachment 300878 [details] [review]
window: mark date format string for new event popover for translation
Comment 2 Abderrahim Kitouni 2015-04-03 20:10:07 UTC
Review of attachment 300878 [details] [review]:

::: src/gcal-window.c
@@ +640,3 @@
+   * this is the format string for representing a date consisting of a month name
+   * and a date of month. */
+  e_utf8_strftime_fix_am_pm (start, 64, C_("event date format", "%B %d"), &tm_date);

Looks fine to me (as a translator). Not sure the context is really needed though.
Comment 3 Georges Basile Stavracas Neto 2015-04-07 13:19:02 UTC
Review of attachment 300878 [details] [review]:

Pushed. Commit adfffad.