GNOME Bugzilla – Bug 534019
incorrect strftime descriptors in sudoku
Last modified: 2009-05-08 03:25:54 UTC
#: ../gnome-sudoku/src/lib/timer.py:72 msgid "Today %R %p" #: ../gnome-sudoku/src/lib/timer.py:75 msgid "Yesterday %R %p" %R - time in 24 hour notation %p - either `am' or `pm' according to the given time value, or the corresponding strings for the current locale So, combining the two does not make sense. use either: %I:%M %p or %H:%M
The function "format_date", which contained the above strings, has been deleted, http://git.gnome.org/cgit/gnome-games/commit/?id=48a8659e115cb1d5f37fb856e12d3c8ce4c3ddcb
*** Bug 551861 has been marked as a duplicate of this bug. ***