summaryrefslogtreecommitdiff
path: root/odk/examples/java/Inspector/Inspector.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Inspector/Inspector.java')
-rw-r--r--odk/examples/java/Inspector/Inspector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/java/Inspector/Inspector.java b/odk/examples/java/Inspector/Inspector.java
index 18d8d909a449..18a75bcdb469 100644
--- a/odk/examples/java/Inspector/Inspector.java
+++ b/odk/examples/java/Inspector/Inspector.java
@@ -88,7 +88,7 @@ public class Inspector{
private TDocSupplier oTDocSupplier;
private Introspector m_oIntrospector = null;
// TODO: improve these strings:
- private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to an SDK-Installation!";
+ private static final String sWRONGINSTALLATIONPATH = "Your selected path does not refer to a SDK-Installation!";
/** Creates a new instance of Dialog */
public _Inspector(XComponentContext _xComponentContext) {
m_xComponentContext = _xComponentContext;