DISPLAY FILE LABEL: Display in a more natural way.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 25 Apr 2011 04:41:30 +0000 (21:41 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 26 Apr 2011 04:13:53 +0000 (21:13 -0700)
perl-module/t/Pspp.t
src/language/dictionary/sys-file-info.c
tests/language/utilities/title.at
tests/perl-module.at

index d93a27020b7158f1fefbe566b854635c6e67d622..6e267f6fb8f535c5bfff0aedd0629f555161639e 100644 (file)
@@ -185,9 +185,7 @@ name,Format: A20,,2
 ,Display Alignment: Left,,
 ,Display Width: 20,,
 
-File label:
-
-This is the file label
+File label: This is the file label
 
 Documents in the active dataset:
 
index 84a4d8e87c604cf64040ad2805ddb2a36b4f41e3..7b428df529e08f325bc1691dce0729719ccd95cc 100644 (file)
@@ -197,10 +197,8 @@ cmd_display (struct lexer *lexer, struct dataset *ds)
        tab_output_text (TAB_LEFT,
                         _("The active dataset does not have a file label."));
       else
-       {
-         tab_output_text (TAB_LEFT | TAT_TITLE, _("File label:"));
-         tab_output_text (TAB_LEFT | TAB_FIX, dict_get_label (dataset_dict (ds)));
-       }
+        tab_output_text_format (TAB_LEFT, _("File label: %s"),
+                                dict_get_label (dataset_dict (ds)));
     }
   else
     {
index 0d94385cdfee85337cfeeda40dbee9deeb190366..cd954f24bc4517f4c41d3ae64e05620ffd843ab8 100644 (file)
@@ -74,9 +74,7 @@ The last line should end with a period: .
 
 (Entered <date>)
 
-File label:
-
-This is a test file label
+File label: This is a test file label
 
 Documents in the active dataset:
 
@@ -94,9 +92,7 @@ Line two
 
 (Entered <date>)
 
-File label:
-
-This is a test file label
+File label: This is a test file label
 
 Documents in the active dataset:
 
@@ -138,8 +134,6 @@ document There should be another document now.
 
 (Entered <date>)
 
-File label:
-
-This is a test file label
+File label: This is a test file label
 ])
 AT_CLEANUP
index 9342bc358c66d555a98e748ca0ced2c1c79a966f..308dd7711b219a317b0f09f0470fe523f10dc9f2 100644 (file)
@@ -56,9 +56,7 @@ DISPLAY DICTIONARY.
 SHOW WEIGHT.
 ])
 AT_CHECK([pspp -O format=csv dump-dict.sps], [0],
-  [File label:
-
-My Dictionary
+  [File label: My Dictionary
 
 Documents in the active dataset:
 
@@ -151,9 +149,7 @@ name,Format: A20,,2
 ,Display Alignment: Left,,
 ,Display Width: 20,,
 
-File label:
-
-This is the file label
+File label: This is the file label
 
 Documents in the active dataset:
 
@@ -173,9 +169,7 @@ name,Format: A20,,2
 ,Display Alignment: Left,,
 ,Display Width: 20,,
 
-File label:
-
-This is the file label
+File label: This is the file label
 
 Documents in the active dataset: