Renamed main.window.title to application.title
This commit is contained in:
parent
6b68f1a1f5
commit
5bc19b9e18
|
@ -10,7 +10,7 @@ import tornadofx.*
|
|||
import tornadofx.FX.Companion.messages
|
||||
|
||||
|
||||
class MainWindow : View(messages["main.window.title"]) {
|
||||
class MainWindow : View(messages["application.title"]) {
|
||||
|
||||
private val presenter = MainWindowPresenter(fints4javaBankingClientCreator(), Base64ServiceJava8(), RouterJavaFx())
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
main.window.title=Banking
|
||||
application.title=Banking
|
||||
|
||||
|
||||
ok=OK
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
main.window.title=Banking
|
||||
application.title=Banking
|
||||
|
||||
|
||||
ok=OK
|
||||
|
|
Loading…
Reference in New Issue