X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-select.c;h=ee45db152e62e59a0b95752c622e751e49e88f61;hb=61a6dfff9145af1bef0fc4daa161410ee3fb6fe1;hp=e5d777dadac61363493c3801121fd00f57ddb9f3;hpb=ee387adb49ae16824796827e42cdb4efb7754cb9;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-select.c b/src/ui/gui/psppire-dialog-action-select.c index e5d777dada..ee45db152e 100644 --- a/src/ui/gui/psppire-dialog-action-select.c +++ b/src/ui/gui/psppire-dialog-action-select.c @@ -414,7 +414,7 @@ generate_syntax_filter (const PsppireDialogAction *a) ranvar); ds_put_c_format (&dss, - "SORT BY %s, %s.\n", + "SORT CASES BY %s, %s.\n", filter, ranvar); ds_put_cstr (&dss, "EXECUTE.\n"); @@ -434,7 +434,7 @@ generate_syntax_filter (const PsppireDialogAction *a) ds_put_c_format (&dss, - "SORT BY %s.\n", + "SORT CASES BY %s.\n", key); ds_put_c_format (&dss,