diff --git a/tutorials/Alltest b/tutorials/Alltest
index 69eb8b9a28a25130e96fd1498717cd1e36aebd59..5aaacba2aca1a0bdbff69cb3b890c6cdc8194c29 100755
--- a/tutorials/Alltest
+++ b/tutorials/Alltest
@@ -158,7 +158,7 @@ cp ${MAIN_CONTROL_DICT} ${MAIN_CONTROL_DICT}.org
 
 sed \
 -e s/"\(fvSchemes[ \t]*\)\([0-9]\);"/"\1 1;"/g \
--e s/"\(fvSolution[ \t]*\)\([0-9]\);"/"\1 1;"/g \
+-e s/"\(solution[ \t]*\)\([0-9]\);"/"\1 1;"/g \
 ${MAIN_CONTROL_DICT}.org > ${MAIN_CONTROL_DICT}
 
 echo "Copying the tutorials"