Cosmetic fix

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1466436 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/ClassMetadataCollector.java b/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/ClassMetadataCollector.java
index f129ef9..f724dd2 100644
--- a/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/ClassMetadataCollector.java
+++ b/ipojo/manipulator/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/metadata/annotation/ClassMetadataCollector.java
@@ -157,7 +157,8 @@
                 // There are other annotation's contribution on this type (additional handler declaration/configuration)
                 // That means that there is a missing 'component type' annotation
 
-                reporter.warn("Class %s has not been marked as a component type (no @Component, @Handler, ...). It will be ignored in manipulation.",
+                reporter.warn("Class %s has not been marked as a component type (no @Component, @Handler, " +
+                        "...). It will be ignored by the iPOJO manipulator.",
                         workbench.getType().getClassName());
                 return;
             } // else: no root and no elements