From 33f2770570f4d4ec200b314aa9a89980634b5cd9 Mon Sep 17 00:00:00 2001 From: "honfika@gmail.com" Date: Tue, 17 Feb 2015 19:22:35 +0100 Subject: [PATCH] description fixed --- .../flash/gui/locales/AdvancedSettingsDialog.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties index 91c6bfebc..afe5b9256 100644 --- a/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties +++ b/src/com/jpexs/decompiler/flash/gui/locales/AdvancedSettingsDialog.properties @@ -295,7 +295,7 @@ config.name.autoLoadEmbeddedSwfs = Auto load embedded SWFs config.description.autoLoadEmbeddedSwfs = Automaticaly load the embedded SWFs from DefineBinaryData tags. config.name.overrideTextExportFileName = Override text export filename -config.description.overrideTextExportFileName = You can customite the filename of the expoted text. Use {filename} placeholder to use the filename of current SWF. +config.description.overrideTextExportFileName = You can customize the filename of the exported text. Use {filename} placeholder to use the filename of current SWF. config.name.showOldTextDuringTextEditing = Show old text during text editing config.description.showOldTextDuringTextEditing = Shows the original text of the text tag with gray color in the preview area.