[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-11-21 Thread Greg K Nicholson
Yes, it's fixed for me in Ubuntu 9.10 / Gnome 2.28, en-GB.

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-11-20 Thread Bruce Cowan
Unless something's gone wrong, this should have been fixed ages ago.

** Changed in: language-pack-gnome-en (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: hundredpapercuts
   Status: Fix Committed => Fix Released

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-08-30 Thread Bruce Cowan
This was committed to git 11 days ago.

** Changed in: hundredpapercuts
   Status: In Progress => Fix Committed

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-08-26 Thread rugby471
** Changed in: hundredpapercuts
   Status: Confirmed => In Progress

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-07-21 Thread Bruce Cowan
Pending commit to GNOME's git now, but AFAIK that may be some time due
to the main commiter being busy.

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-07-21 Thread Bruce Cowan
I'll fix this upstream some time before 2.28.

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-28 Thread Ted M Lin
I finally found the string in "Launchpad Translations" (English-UK, gdm
template) and made the suggestion for the change above.  Assuming the
translation fix is taken, then the bug will be fixed.

** Package changed: gdm (Ubuntu) => language-pack-gnome-en (Ubuntu)

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-25 Thread Ted M Lin
Addendum,

I would imagine the right msgstr would be:
"%a %d %b, %H:%M"

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-25 Thread Ted M Lin
After a bit of confusion, I tracked down the problem.

In language-pack-gnome-en-base, data/en_GB/LC_MESSAGES/gdm.po, there are the 
lines:
msgid "%a %b %d, %l:%M %p"
msgstr "%a %d %b, %H:%M %p"

The strftime format string "%H:%M %p" contains a mishmash of both 24h
and 12h formatting.  This should either be just "%H:%M", or the original
"%l:%M %p".

Note:
The gdm source package (po/en_GB.po) has the following lines:
msgid "%a %b %d, %l:%M %p"
msgstr "%a %b %d, %l:%M %p"


The fix is to update language-pack-gnome-en-base with the "right"
string.

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-24 Thread Patrice Vetsel
Not confirmed on french system (under Jaunty)

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-22 Thread David Siegel
** Changed in: hundredpapercuts
Milestone: None => round-7

** Changed in: hundredpapercuts
Milestone: round-7 => round-8

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-16 Thread David Siegel
** Changed in: hundredpapercuts
   Status: New => Confirmed

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-11 Thread David Stansby
** Changed in: gdm (Ubuntu)
   Status: New => Confirmed

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2009-06-11 Thread Jorge G
** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2008-10-29 Thread Sebastien Bacher
could be a translation issue

** Changed in: gdm (Ubuntu)
   Status: Incomplete => New

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2008-10-29 Thread futwick
en_GB.UTF-8

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2008-10-29 Thread Sebastien Bacher
thank you for your bug report, what locale do you use?

** Changed in: gdm (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
   Status: New => Incomplete

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 289868] Re: Login screen clock has AM/PM suffix despite 24-hour format

2008-10-27 Thread Wouter Stomp
** Changed in: gdm (Ubuntu)
Sourcepackagename: None => gdm

-- 
Login screen clock has AM/PM suffix despite 24-hour format
https://bugs.launchpad.net/bugs/289868
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs