Mercurial > dive4elements > river
changeset 436:1fcffb5079ec
ISSUE-43 Adapted the english warning the is displayed before a language switch takes place.
flys-client/trunk@1953 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 19 May 2011 12:31:23 +0000 |
parents | 5b8ad33a18c1 |
children | 7fa15845fecf |
files | flys-client/ChangeLog flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties |
diffstat | 3 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu May 19 09:52:14 2011 +0000 +++ b/flys-client/ChangeLog Thu May 19 12:31:23 2011 +0000 @@ -1,3 +1,12 @@ +2011-05-19 Ingo Weinzierl <ingo@intevation.de> + + ISSUE-43 + + * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, + src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties: + Adapted the english waring that is displayed before a language switch + takes place. + 2011-05-19 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties,
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Thu May 19 09:52:14 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants.properties Thu May 19 12:31:23 2011 +0000 @@ -10,7 +10,7 @@ switch_language = German info = Info warning = Attention -warning_language = You go to start a new session when you choose the language. +warning_language = Choosing a new language starts a new session. Open windows will be closed. no_projects = No existing calculations found. load_projects = Load calculations... empty_table = Loading data...
--- a/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Thu May 19 09:52:14 2011 +0000 +++ b/flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties Thu May 19 12:31:23 2011 +0000 @@ -10,7 +10,7 @@ switch_language = German info = Info warning = Attention -warning_language = You go to start a new session when you choose the language. +warning_language = Choosing a new language starts a new session. Open windows will be closed. no_projects = No existing calculations found. load_projects = Load calculations... empty_table = Loading data...