Index: trunk/psModules/src/concepts/pmConceptsPhotcode.c
===================================================================
--- trunk/psModules/src/concepts/pmConceptsPhotcode.c	(revision 11144)
+++ trunk/psModules/src/concepts/pmConceptsPhotcode.c	(revision 11377)
@@ -22,7 +22,7 @@
     // select recipe options supplied on command line
     bool mdok;                          // Status of MD lookup
-    psMetadata *recipe  = psMetadataLookupPtr(&mdok, config->recipes, "PHASE2");
+    psMetadata *recipe  = psMetadataLookupPtr(&mdok, config->recipes, "PPIMAGE");
     if (!mdok || !recipe) {
-        psError(PS_ERR_IO, true, "Recipe PHASE2 not found\n");
+        psError(PS_ERR_IO, true, "Recipe PPIMAGE not found\n");
         return NULL;
     }
@@ -31,5 +31,5 @@
     char *rule = psMetadataLookupStr(&mdok, recipe, "PHOTCODE.RULE");
     if (!mdok || !rule || strlen(rule) == 0) {
-        psError(PS_ERR_IO, true, "PHOTCODE.RULE not found in PHASE2 recipe\n");
+        psError(PS_ERR_IO, true, "PHOTCODE.RULE not found in PPIMAGE recipe\n");
         return NULL;
     }
