1GHFAY2
diff --git a/update/org.eclipse.update/plugin.properties b/update/org.eclipse.update/plugin.properties
index f4cb632..9c052ee 100644
--- a/update/org.eclipse.update/plugin.properties
+++ b/update/org.eclipse.update/plugin.properties
@@ -1,2 +1,3 @@
 S_Eclipse_Update_Manager_Plugin = Install/Update Manager

 S_Software_Updates = &Software Updates

+S_Software_Updates_Preferences = Software Updates

diff --git a/update/org.eclipse.update/plugin.xml b/update/org.eclipse.update/plugin.xml
index 452ee4b..3aca258 100644
--- a/update/org.eclipse.update/plugin.xml
+++ b/update/org.eclipse.update/plugin.xml
@@ -26,7 +26,7 @@
     <!-- ================================================================================= -->

     <extension point="org.eclipse.ui.preferencePages">

         <page id       = "UMPreferencePageSettings"

-              name     = "%S_Software_Updates"

+              name     = "%S_Software_Updates_Preferences"

               class    = "org.eclipse.update.internal.ui.UMPreferencePageSettings">

         </page>

     </extension>