diff options
author | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2019-01-17 13:40:16 +0100 |
---|---|---|
committer | Andreas Abraham <andreas.abraham@egiz.gv.at> | 2019-01-17 13:40:16 +0100 |
commit | 3a2229dbe6b70c96fdc4e3c30bf001da14b94876 (patch) | |
tree | c7c105a418346760c5a007be60a86730c5ad0fee /pdf-over-gui/src/main/resources/at/asit | |
parent | 3bcbf16837506944fbf0a1f13c0692b9efd69e93 (diff) | |
download | pdf-over-3a2229dbe6b70c96fdc4e3c30bf001da14b94876.tar.gz pdf-over-3a2229dbe6b70c96fdc4e3c30bf001da14b94876.tar.bz2 pdf-over-3a2229dbe6b70c96fdc4e3c30bf001da14b94876.zip |
gui fixed when entering a invalid number
Diffstat (limited to 'pdf-over-gui/src/main/resources/at/asit')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index e2f821da..c87ce2bc 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -125,7 +125,7 @@ error.IOError=Input/Output Error error.Initialization=Initialization failed. Please check your configuration.
error.InvalidBKU=Invalid CCE selection. Please check.
error.InvalidLocale=Locale not valid
-error.InvalidPhoneNumber=Given phone number is invalid\! Example\: +43664123456789
+error.InvalidPhoneNumber=Given phone number is invalid\! Example\:+43664123456789
error.InvalidSettings=Invalid settings are still present. Please check your input.
error.KeyStore=Error loading they keystore. Wrong password?
error.KeyStoreAliasExist=Key alias %s not found in keystore
|