rename messages -> swing_messages
git-svn-id: https://osmand.googlecode.com/svn/trunk@720 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
This commit is contained in:
parent
e2ee14856b
commit
ecf40a9edd
3 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import java.util.MissingResourceException;
|
|||
import java.util.ResourceBundle;
|
||||
|
||||
public class Messages {
|
||||
private static final String BUNDLE_NAME = "net.osmand.swing.messages"; //$NON-NLS-1$
|
||||
private static final String BUNDLE_NAME = "net.osmand.swing.swing_messages"; //$NON-NLS-1$
|
||||
|
||||
private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME);
|
||||
|
||||
|
|
Loading…
Reference in a new issue