You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2014/12/30 13:31:39 UTC

incubator-ignite git commit: # IGNITE-32 WIP: minor tooltip changes.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-32 582e8a591 -> 01d2d5867


# IGNITE-32 WIP: minor tooltip changes.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/01d2d586
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/01d2d586
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/01d2d586

Branch: refs/heads/ignite-32
Commit: 01d2d58677c566fbc68f37cbb97b43d9369a4179
Parents: 582e8a5
Author: AKuznetsov <ak...@gridgain.com>
Authored: Tue Dec 30 19:31:33 2014 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Tue Dec 30 19:31:33 2014 +0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/01d2d586/modules/schema-load/src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.java
----------------------------------------------------------------------
diff --git a/modules/schema-load/src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.java b/modules/schema-load/src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.java
index 8579a63..4f162bf 100644
--- a/modules/schema-load/src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.java
+++ b/modules/schema-load/src/main/java/org/apache/ignite/schema/ui/SchemaLoadApp.java
@@ -334,7 +334,7 @@ public class SchemaLoadApp extends Application {
             "If selected then generate empty and full constructors for POJOs", false), 3);
 
         xmlSingleFileCh = genPnl.add(checkBox("Write all configurations to a single file", "" +
-            "If selected then all configuration will be saved into file 'ignite.xml'", true), 3);
+            "If selected then all configurations will be saved into the file 'ignite.xml'", true), 3);
     }