← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11696: Resource editor, clarification in app intro

 

------------------------------------------------------------
revno: 11696
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2013-08-19 10:06:13 +0200
message:
  Resource editor, clarification in app intro
modified:
  tools/dhis-i18n-resourceeditor/src/main/java/org/hisp/dhis/i18nresourceeditor/gui/I18nResourceEditorGUI.java


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'tools/dhis-i18n-resourceeditor/src/main/java/org/hisp/dhis/i18nresourceeditor/gui/I18nResourceEditorGUI.java'
--- tools/dhis-i18n-resourceeditor/src/main/java/org/hisp/dhis/i18nresourceeditor/gui/I18nResourceEditorGUI.java	2013-08-19 07:51:06 +0000
+++ tools/dhis-i18n-resourceeditor/src/main/java/org/hisp/dhis/i18nresourceeditor/gui/I18nResourceEditorGUI.java	2013-08-19 08:06:13 +0000
@@ -84,7 +84,7 @@
  */
 public class I18nResourceEditorGUI extends JFrame {
 
-    static final String dhisName = "DHIS 2.0";
+    static final String dhisName = "DHIS 2";
     static final String programName = dhisName + " i18n Resource Editor";
     static final String programVersion = "0.3";
     static final Font headerFont = new Font(null, Font.BOLD, 15); // Used as standard header
@@ -165,9 +165,10 @@
     private JPanel panelDialogStartSimple = new JPanel();
     private JTabbedPane tabDialogStart = new JTabbedPane();
     private JTextArea txtDialogStartBody = new JTextArea("Please select the " + dhisName +
-            " repository directory root, " + "this directory tree will be searched for i18n resources\n\n" +
-            "If it fails to detect any resources you can reset the directory in Settings\n\n" +
-            "See Help for more on how to use this program\n");
+            " source code root directory, ie. the \"dhis-2\" directory inside the repository checkout. " +
+            "The directory tree will be searched for i18n resources.\n\n" +
+            "You can later reset the directory under Settings.\n\n" +
+            "See Help for more information about this program.\n");
     private JTextArea txtDialogStartBodyS = new JTextArea("Please select a " + dhisName +
             " compatible resource bundle, " + "you can then simply edit this resource for all locales.\n\n");
     private JPanel panelDialogStartBottom = new JPanel();