From ba59a8a438087463f512687a35805c960cbd5588 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 3 Feb 2015 09:35:12 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@111600 82a268e6-3cf1-43bd-a215-b396298e98cf --- .gwt/.gwt-log | 32 +++++++++++++++++++ .../client/ReplaceWidget.java | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 .gwt/.gwt-log diff --git a/.gwt/.gwt-log b/.gwt/.gwt-log new file mode 100644 index 0000000..cc56aca --- /dev/null +++ b/.gwt/.gwt-log @@ -0,0 +1,32 @@ +Public resources found in... +Translatable source found in... +Found 0 cached/archived units. Used 0 / 2737 units from cache. +Compiling... + 40% complete (ETR: 7 seconds) + 40% complete (ETR: 7 seconds) + 40% complete (ETR: 7 seconds) + 40% complete (ETR: 7 seconds) + 40% complete (ETR: 7 seconds) + 50% complete (ETR: 6 seconds) + 60% complete (ETR: 4 seconds) + 70% complete (ETR: 3 seconds) + 80% complete (ETR: 2 seconds) + 90% complete (ETR: 1 seconds) + 100% complete (ETR: 0 seconds) + Compilation completed in 23.03 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2737 cached/archived units. Used 2737 / 2737 units from cache. +Compiling... + Compilation completed in 0.00 seconds +Removing invalidated units +Finding entry point classes +Public resources found in... +Translatable source found in... +Found 2737 cached/archived units. Used 2737 / 2737 units from cache. +Compiling... + Compilation completed in 0.00 seconds +Removing invalidated units +Finding entry point classes diff --git a/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/ReplaceWidget.java b/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/ReplaceWidget.java index 15b2425..51b1550 100644 --- a/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/ReplaceWidget.java +++ b/src/main/java/org/gcube/portlets/user/td/expressionwidget/client/ReplaceWidget.java @@ -55,7 +55,7 @@ public class ReplaceWidget extends SimpleContainer { private static final String EMPTY_TEXT_REGEXP = "regexp..."; private static final String EMPTY_TEXT_INSERT_A_STRING = "insert a string..."; private static final String EMPTY_TEXT_REPLACE_REGEXP = "regexp..."; - private static final String EMPTY_TEXT_REPLACE_REPLACING = "replacing..."; + private static final String EMPTY_TEXT_REPLACE_REPLACING = "replace with..."; private ReplaceWidget thisCont;