# HG changeset patch # User Ingo Weinzierl # Date 1305808283 0 # Node ID 1fcffb5079ec9de06c95b0488e3c37070551937e # Parent 5b8ad33a18c1d2db4b14381427df4a52831bb3d0 ISSUE-43 Adapted the english warning the is displayed before a language switch takes place. flys-client/trunk@1953 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 5b8ad33a18c1 -r 1fcffb5079ec flys-client/ChangeLog --- 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 + + 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 * src/main/java/de/intevation/flys/client/client/FLYSConstants.properties, diff -r 5b8ad33a18c1 -r 1fcffb5079ec flys-client/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... diff -r 5b8ad33a18c1 -r 1fcffb5079ec flys-client/src/main/java/de/intevation/flys/client/client/FLYSConstants_en.properties --- 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...