diff --git a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java index 60f0b8060..cb351867f 100644 --- a/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java +++ b/libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/configuration/Configuration.java @@ -1340,7 +1340,7 @@ public final class Configuration { } else { logLevel = Level.WARNING; } - //limit paralel threads? + //limit parallel threads? //int processorCount = Runtime.getRuntime().availableProcessors(); } diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index 33e0c9e0a..8ca31a56a 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -2190,7 +2190,7 @@ public class CommandLineArgumentParser { } if (parallel && singleScriptFile) { - logger.log(Level.WARNING, AppStrings.translate("export.script.singleFilePallelModeWarning")); + logger.log(Level.WARNING, AppStrings.translate("export.script.singleFileParallelModeWarning")); singleScriptFile = false; } diff --git a/src/com/jpexs/decompiler/flash/gui/MainPanel.java b/src/com/jpexs/decompiler/flash/gui/MainPanel.java index c7cfca99d..d61be643a 100644 --- a/src/com/jpexs/decompiler/flash/gui/MainPanel.java +++ b/src/com/jpexs/decompiler/flash/gui/MainPanel.java @@ -2268,7 +2268,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se Path.createDirectorySafe(new File(scriptsFolder)); boolean singleScriptFile = Configuration.scriptExportSingleFile.get(); if (parallel && singleScriptFile) { - logger.log(Level.WARNING, AppStrings.translate("export.script.singleFilePallelModeWarning")); + logger.log(Level.WARNING, AppStrings.translate("export.script.singleFileParallelModeWarning")); singleScriptFile = false; } @@ -2375,7 +2375,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se Path.createDirectorySafe(new File(scriptsFolder)); boolean singleScriptFile = Configuration.scriptExportSingleFile.get(); if (parallel && singleScriptFile) { - logger.log(Level.WARNING, AppStrings.translate("export.script.singleFilePallelModeWarning")); + logger.log(Level.WARNING, AppStrings.translate("export.script.singleFileParallelModeWarning")); singleScriptFile = false; } @@ -2492,7 +2492,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se Path.createDirectorySafe(new File(scriptsFolder)); boolean singleScriptFile = Configuration.scriptExportSingleFile.get(); if (parallel && singleScriptFile) { - logger.log(Level.WARNING, AppStrings.translate("export.script.singleFilePallelModeWarning")); + logger.log(Level.WARNING, AppStrings.translate("export.script.singleFileParallelModeWarning")); singleScriptFile = false; } diff --git a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties index 14ac1b612..63a15d9a5 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties @@ -560,7 +560,7 @@ menu.recentFiles.empty = Recent file list is empty message.warning.outOfMemory32BitJre=OutOfMemory error occurred. You are running 32bit Java on 64bit system. Please use 64bit Java. menu.file.reloadAll = Reload all message.confirm.reloadAll = This action cancels all unsaved changes in all SWF files and reloads whole application again.\nDo you want to continue? -export.script.singleFilePallelModeWarning = Single file script export is not supported with enabled parallel speedup +export.script.singleFileParallelModeWarning = Single file script export is not supported with enabled parallel speedup button.showOriginalBytesInPcodeHex = Show original bytes button.remove = Remove button.showFileOffsetInPcodeHex = Show file offset