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 534019 - incorrect strftime descriptors in sudoku
incorrect strftime descriptors in sudoku
Status: RESOLVED FIXED
Product: gnome-games-superseded
Classification: Deprecated
Component: gnome-sudoku
2.23.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
: 551861 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-05-20 11:19 UTC by Tino Meinen
Modified: 2009-05-08 03:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24



Description Tino Meinen 2008-05-20 11:19:12 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
Comment 1 Jesse Zhang 2009-04-26 15:10:26 UTC
The function "format_date", which contained the above strings, has been deleted,
http://git.gnome.org/cgit/gnome-games/commit/?id=48a8659e115cb1d5f37fb856e12d3c8ce4c3ddcb
Comment 2 Jesse Zhang 2009-05-08 03:25:54 UTC
*** Bug 551861 has been marked as a duplicate of this bug. ***