mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-14 15:15:05 -04:00
Typos, minor fixes, new locale/resourceBundle support, code-refactoring
This commit is contained in:
parent
bda316abbb
commit
00db6984d9
14 changed files with 296 additions and 324 deletions
|
@ -11,7 +11,7 @@ import javafx.stage.FileChooser;
|
|||
import nsusbloader.AppPreferences;
|
||||
import nsusbloader.MediatorControl;
|
||||
import nsusbloader.NSLMain;
|
||||
import nsusbloader.UsbCommunications;
|
||||
import nsusbloader.USB.UsbCommunications;
|
||||
|
||||
import java.io.File;
|
||||
import java.net.URL;
|
||||
|
@ -137,7 +137,7 @@ public class NSLMainController implements Initializable {
|
|||
if (usbThread == null || !usbThread.isAlive()){
|
||||
List<File> nspToUpload;
|
||||
if ((nspToUpload = tableFilesListController.getFiles()) == null) {
|
||||
resourceBundle.getString("logsNoFolderFileSelected");
|
||||
logArea.setText(resourceBundle.getString("logsNoFolderFileSelected"));
|
||||
return;
|
||||
}else {
|
||||
logArea.setText(resourceBundle.getString("logsFilesToUploadTitle")+"\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue