Bug 331260 - Implement an extensible translation service
diff --git a/bundles/org.eclipse.e4.core.services/OSGI-INF/translationService.xml b/bundles/org.eclipse.e4.core.services/OSGI-INF/translationService.xml
index a547cf8..1e66781 100644
--- a/bundles/org.eclipse.e4.core.services/OSGI-INF/translationService.xml
+++ b/bundles/org.eclipse.e4.core.services/OSGI-INF/translationService.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.e4.core.services">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="org.eclipse.e4.core.services.translation">
<implementation class="org.eclipse.e4.core.internal.services.TranslationServiceImpl"/>
<service>
<provide interface="org.eclipse.e4.core.services.translation.ITranslationService"/>