diff --git a/manifest.mf b/manifest.mf index 9cc33e4..5fe2932 100644 --- a/manifest.mf +++ b/manifest.mf @@ -1,7 +1,7 @@ Manifest-Version: 1.0 AutoUpdate-Show-In-Client: true OpenIDE-Module: org.idp.laf/1 -OpenIDE-Module-Implementation-Version: 1 +OpenIDE-Module-Implementation-Version: 2 OpenIDE-Module-Localizing-Bundle: org/idp/laf/Bundle.properties OpenIDE-Module-Install: org/idp/laf/Installer.class OpenIDE-Module-Requires: org.openide.windows.WindowManager diff --git a/src/org/idp/laf/Bundle.properties b/src/org/idp/laf/Bundle.properties index 6ffaf46..5db82d8 100644 --- a/src/org/idp/laf/Bundle.properties +++ b/src/org/idp/laf/Bundle.properties @@ -3,5 +3,5 @@ OpenIDE-Module-Long-Description=\ This plugin was designed only to compose well readable and enoght radk theme for Netbeans, But day by day it was enlarging - and now it is what it is. OpenIDE-Module-Name=[idP!] Crew LAF LBL_TITAN=[idP!] Titan Theme -LBL_TITAN_EDITOR=idP! +LBL_TITAN_EDITOR=[idP!] Titan OpenIDE-Module-Short-Description=Editor for Netbeans Metal Look and Feel diff --git a/src/org/idp/laf/TitanTheme.java b/src/org/idp/laf/TitanTheme.java index 462bc30..eacbe39 100644 --- a/src/org/idp/laf/TitanTheme.java +++ b/src/org/idp/laf/TitanTheme.java @@ -58,7 +58,7 @@ public class TitanTheme extends MetalTheme { @Override public String getName() { - return "[idP!] Crew Titan Theme"; + return "[idP!] Titan Theme";//NOI18N } // FUCKERS - it's not obligatory to override this - IDIOTS!!!