r523 - in trunk/sammoa-ui-swing/src/main: java/fr/ulr/sammoa/ui/swing/home resources/i18n
Author: fdesbois Date: 2012-09-05 16:03:26 +0200 (Wed, 05 Sep 2012) New Revision: 523 Url: http://forge.codelutin.com/repositories/revision/sammoa/523 Log: refs #1434 : resolve text for flightNumber less than Modified: trunk/sammoa-ui-swing/src/main/java/fr/ulr/sammoa/ui/swing/home/HomeUIHandler.java trunk/sammoa-ui-swing/src/main/resources/i18n/sammoa-ui-swing_en_GB.properties Modified: trunk/sammoa-ui-swing/src/main/java/fr/ulr/sammoa/ui/swing/home/HomeUIHandler.java =================================================================== --- trunk/sammoa-ui-swing/src/main/java/fr/ulr/sammoa/ui/swing/home/HomeUIHandler.java 2012-09-05 13:05:30 UTC (rev 522) +++ trunk/sammoa-ui-swing/src/main/java/fr/ulr/sammoa/ui/swing/home/HomeUIHandler.java 2012-09-05 14:03:26 UTC (rev 523) @@ -299,7 +299,7 @@ if (flightNumber < nextFlightNumber) { SammoaUtil.showErrorMessage( - ui, _("sammoa.inputDialog.flightNumber.error.greaterThanNextFlightNumber", nextFlightNumber)); + ui, _("sammoa.inputDialog.flightNumber.error.lessThanNextFlightNumber", nextFlightNumber)); } else { Modified: trunk/sammoa-ui-swing/src/main/resources/i18n/sammoa-ui-swing_en_GB.properties =================================================================== --- trunk/sammoa-ui-swing/src/main/resources/i18n/sammoa-ui-swing_en_GB.properties 2012-09-05 13:05:30 UTC (rev 522) +++ trunk/sammoa-ui-swing/src/main/resources/i18n/sammoa-ui-swing_en_GB.properties 2012-09-05 14:03:26 UTC (rev 523) @@ -103,7 +103,7 @@ sammoa.info.importApplication.importfile.loaded.on.existingCampaign=Import an existing campaign %s, please choose which flights of the following list to import sammoa.info.importApplication.importfile.loaded.on.newCampaign=Import a new campaign %s, all the flights of the following list will be imported sammoa.info.importApplication.no.importfile.loaded=No import file loaded, choose an file to import then press the 'load import file' button -sammoa.inputDialog.flightNumber.error.greaterThanNextFlightNumber=The flight number can't be greater than %d +sammoa.inputDialog.flightNumber.error.lessThanNextFlightNumber=The flight number can't be less than %d sammoa.inputDialog.flightNumber.error.notANumber=The flight number must be a valid integer sammoa.inputDialog.flightNumber.message=Choose the flight number sammoa.label.campaign=Campaign\:
participants (1)
-
fdesbois@users.forge.codelutin.com