From 80c58327faaa4873369f6bb949e62792c2f708e0 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 15 Aug 2007 21:34:53 +0000
Subject: [PATCH] This commit is a step toward getting OpenDS internationalized. There are still issues to be resolved before we can declare that we are internationalized but this commit covers the bulk of changes needed at this time.

---
 opends/src/quicksetup/org/opends/quicksetup/WizardStep.java |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java b/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
index ff912f5..dc921ec 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/WizardStep.java
@@ -27,6 +27,8 @@
 
 package org.opends.quicksetup;
 
+import org.opends.messages.Message;
+
 /**
  * Step in a QuickSetup wizard application.
  */
@@ -37,7 +39,7 @@
    * @return String message key for accessing this step's display name
    * in a message bundle
    */
-  String getMessageKey();
+  Message getDisplayMessage();
 
   /**
    * Indicates that when this step is displayed the application will

--
Gitblit v1.10.0