diff --git a/matlab/disp_identification.m b/matlab/disp_identification.m
index 716d52f6383ce24231dabffc284f532b28c47c93..29142c2fa8b66bb1b230921f254d4abcf70d910a 100644
--- a/matlab/disp_identification.m
+++ b/matlab/disp_identification.m
@@ -93,9 +93,9 @@ for jide = 1:4
     elseif jide == 2
         strTest = 'MINIMAL SYSTEM (Komunjer and Ng, 2011)'; strJacobian = 'Deltabar'; strMeaning = 'Jacobian of steady state and minimal system';
         if options_ident.order == 2
-            strMeaning = 'Jacobian of second-order accurate mean and first-order minimal system';
+            strMeaning = 'Jacobian of first-order minimal system and second-order accurate mean';
         elseif options_ident.order == 3
-            strMeaning = 'Jacobian of second-order accurate mean and first-order minimal system';
+            strMeaning = 'Jacobian of first-order minimal system and third-order accurate mean';
         end
         if ~no_identification_minimal
             noidentification = 0; ide = ide_minimal;