diff options
author | simonb <simonb> | 2007-01-05 14:47:25 (GMT) |
---|---|---|
committer | simonb <simonb> | 2007-01-05 14:47:25 (GMT) |
commit | 20cf04f938badafe5765c12e7519ddad9bd8e185 (patch) | |
tree | 962caef2584b0f9cebe2a47e598678f150bf67ed /nls/cs_CZ/Translation.m | |
parent | ad7fd2d8675141925bdef7c29d3392d6ac6b0db0 (diff) | |
download | fluxbox-20cf04f938badafe5765c12e7519ddad9bd8e185.zip fluxbox-20cf04f938badafe5765c12e7519ddad9bd8e185.tar.bz2 |
fix nls strings to use %04d instead of %4d, as 4d doesn't pad properly
with non-monospaced fonts
Diffstat (limited to 'nls/cs_CZ/Translation.m')
-rw-r--r-- | nls/cs_CZ/Translation.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nls/cs_CZ/Translation.m b/nls/cs_CZ/Translation.m index 6cc49e7..50fd754 100644 --- a/nls/cs_CZ/Translation.m +++ b/nls/cs_CZ/Translation.m | |||
@@ -148,7 +148,7 @@ $set 11 #Remember | |||
148 | $set 12 #Screen | 148 | $set 12 #Screen |
149 | 149 | ||
150 | 1 BScreen::BScreen: an error occured while querying the X server.\n another window manager already running on display | 150 | 1 BScreen::BScreen: an error occured while querying the X server.\n another window manager already running on display |
151 | 2 W: %4d x H: %4d | 151 | 2 W: %04d x H: %04d |
152 | 3 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n | 152 | 3 BScreen::BScreen: managing screen %d using visual 0x%lx, depth %d\n |
153 | 153 | ||
154 | $set 13 #Slit | 154 | $set 13 #Slit |