X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java index 949c04b..a70f518 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/ltk/ui/UITexts.java @@ -1,5 +1,6 @@ // Copyright (c) 2005 by Leif Frenzel. All rights reserved. // See http://leiffrenzel.de +// modified for phpeclipse.de project by axelcl package net.sourceforge.phpdt.ltk.ui; import org.eclipse.osgi.util.NLS; @@ -9,7 +10,6 @@ import org.eclipse.osgi.util.NLS; * provides internationalized String messages for the UI. *

* - * @author Leif Frenzel */ public class UITexts { @@ -29,4 +29,8 @@ public class UITexts { public static String renamePropertyInputPage_cbUpdateBundle; public static String renamePropertyInputPage_cbAllProjects; + + public static String renameLocalVariable_refuseDlg_title; + + public static String renameLocalVariable_refuseDlg_message; }