Skip to content

Commit 024ecb5

Browse files
author
Sergey
committed
Merge pull request #56 from SeTSeR/master
Fix issue #38
2 parents 3b931b7 + 069e5bd commit 024ecb5

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Earth.zip

2.65 KB
Binary file not shown.

src/com/temporaryteam/noticeditor/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public void start(Stage primaryStage) {
2626
public void initRootLayout() {
2727
try {
2828
FXMLLoader loader = new FXMLLoader(getClass().getResource("/fxml/Main.fxml"),
29-
ResourceBundle.getBundle("resources.translate.Language", Locale.getDefault()));
29+
ResourceBundle.getBundle("resources.i18n.Language", Locale.getDefault()));
3030
Scene scene = new Scene(loader.load());
3131
primaryStage.setScene(scene);
3232
NoticeController controller = (NoticeController) loader.getController();
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)