am ca2281d8: Fix wrong path to externalized string file.
Merge commit 'ca2281d885ffcc3f6fb719901d373d9cb192e3f2' * commit 'ca2281d885ffcc3f6fb719901d373d9cb192e3f2': Fix wrong path to externalized string file.
This commit is contained in:
committed by
The Android Open Source Project
commit
d236e04066
@@ -4,7 +4,7 @@ package com.android.ide.eclipse.adt.internal.preferences;
|
||||
import org.eclipse.osgi.util.NLS;
|
||||
|
||||
public class Messages extends NLS {
|
||||
private static final String BUNDLE_NAME = "com.android.ide.eclipse.adt.preferences.messages"; //$NON-NLS-1$
|
||||
private static final String BUNDLE_NAME = "com.android.ide.eclipse.adt.internal.preferences.messages"; //$NON-NLS-1$
|
||||
|
||||
public static String AndroidPreferencePage_ERROR_Reserved_Char;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user