]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Need more column for the domain name.
authorBruno Haible <bruno@clisp.org>
Tue, 6 May 2003 09:36:40 +0000 (09:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:27 +0000 (12:10 +0200)
gettext-runtime/doc/Admin/Matrix.java

index 5f2cde850b64401463fc6ce4a499ed8ade437301..893899ae6feae532ebf8c69f00e287c025444590 100644 (file)
@@ -191,7 +191,7 @@ public class Matrix {
 
         for (int d = 0; d < ndomains; d++) {
           stream.print(domains[d]);
-          spaces(stream,16 - domains[d].length());
+          spaces(stream,19 - domains[d].length());
           stream.print('|');
           for (int t = groups[group][0]; t < groups[group][1]; t++) {
             stream.print(' ');