[r2f] InventoryPrinter.TITLE and InventoryPrinter.NAME aligned with all
Sling InventoryPrinter naming convention
diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
index 2e459e0..8b4ddcf 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/BaseFeature2CurrentRuntimePrinter.java
@@ -34,8 +34,8 @@
 @Component(
     service = InventoryPrinter.class,
     property = {
-        NAME + "=r2f_base2runtime",
-        TITLE + "=Sling Runtime Environment to Feature Model converter - Base 2 Runtime diff Generator",
+        NAME + "=launch2runtime_feature",
+        TITLE + "=Sling launch 2 runtime diff",
         FORMAT + "=JSON"
     },
     reference = {
diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
index 7f291af..1118fe8 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/FeaturesInventoryPrinter.java
@@ -36,7 +36,7 @@
     service = InventoryPrinter.class,
     property = {
         NAME + "=launch_feature",
-        TITLE + "=Sling Launch Feature",
+        TITLE + "=Sling launch Feature",
         FORMAT + "=JSON"
     },
     reference = {
diff --git a/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java b/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java
index a9f016c..a93f9ff 100644
--- a/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java
+++ b/src/main/java/org/apache/sling/feature/inventoryservice/impl/RuntimeEnvironment2FeatureModelPrinter.java
@@ -31,8 +31,8 @@
 @Component(
     service = InventoryPrinter.class,
     property = {
-        NAME + "=r2f_runtime",
-        TITLE + "=Sling Runtime Environment to Feature Model converter - Runtime Generator",
+        NAME + "=runtime_feature",
+        TITLE + "=Sling runtime Feature",
         FORMAT + "=JSON"
     },
     reference = {