* Display timeout as "%d s" rather than "%ds" (LP: #197214).

master
Colin Watson 16 years ago
parent ff3550fc55
commit 7bb9268ace

6
debian/changelog vendored

@ -1,3 +1,9 @@
gfxboot-theme-ubuntu (0.5.7) UNRELEASED; urgency=low
* Display timeout as "%d s" rather than "%ds" (LP: #197214).
-- Colin Watson <cjwatson@ubuntu.com> Mon, 03 Mar 2008 09:35:05 +0000
gfxboot-theme-ubuntu (0.5.6) hardy; urgency=low
* Rebuild font with unifont 1:1.0-4ubuntu3 (thanks, Liu Qishuai;

@ -19,7 +19,7 @@
currentpoint 30 fontheight image
timeout.time 0 gt {
timeout.seconds "%ds" timeout.buf sprintf
timeout.seconds "%d s" timeout.buf sprintf
timeout.time.x timeout.time.y moveto timeout.buf showright
} if

Loading…
Cancel
Save