From 0cd314997f24fcbbce7b2101ec1570e5a79c00b2 Mon Sep 17 00:00:00 2001 From: One-Hoopy-Frood <97187087+One-Hoopy-Frood@users.noreply.github.com> Date: Tue, 9 Dec 2025 10:02:20 -0500 Subject: [PATCH 1/5] Update resource strings for clarity and grammar Merely changing some English text to read more clearly. --- Application/FileConverter/Properties/Resources.en.resx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Application/FileConverter/Properties/Resources.en.resx b/Application/FileConverter/Properties/Resources.en.resx index 51a721cb..111ea1d5 100644 --- a/Application/FileConverter/Properties/Resources.en.resx +++ b/Application/FileConverter/Properties/Resources.en.resx @@ -121,10 +121,10 @@ About - Allow you to choose what you want to do with your input files if the conversion succeed + Allows you to choose what to do with input files after a successful conversion - Action when conversion succeed + After conversion, do this: New preset @@ -139,7 +139,7 @@ Automatically check for updates when File Converter starts - Automatically exit when all conversions finished + Automatically exit when all conversions are complete Clamp to lowest power of 2 size @@ -574,4 +574,4 @@ use maj for uppercase version Can't load file converter user settings. Do you want to fall back to default settings ? - \ No newline at end of file + From bf1fdc1972871899fd0bc6a2f61f5b713176393f Mon Sep 17 00:00:00 2001 From: One-Hoopy-Frood <97187087+One-Hoopy-Frood@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:22:47 -0500 Subject: [PATCH 2/5] Adjusting "power of two" English translation. I think this language makes it much clearer "what the setting does" and keeps it short enought to fit in the UI. --- .vscode/settings.json | 3 +++ Application/FileConverter/Properties/Resources.en.resx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..013007bb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotnet.preferCSharpExtension": true +} \ No newline at end of file diff --git a/Application/FileConverter/Properties/Resources.en.resx b/Application/FileConverter/Properties/Resources.en.resx index 111ea1d5..a5ff35d3 100644 --- a/Application/FileConverter/Properties/Resources.en.resx +++ b/Application/FileConverter/Properties/Resources.en.resx @@ -142,7 +142,7 @@ Automatically exit when all conversions are complete - Clamp to lowest power of 2 size + Scale image with longest side set to nearest smaller power-of-two. Close From d5908ea80f4a97cede7a488d6437381018d0bd5a Mon Sep 17 00:00:00 2001 From: One-Hoopy-Frood <97187087+One-Hoopy-Frood@users.noreply.github.com> Date: Tue, 9 Dec 2025 11:36:55 -0500 Subject: [PATCH 3/5] Additional grammar and clarity improvements. --- .../Properties/Resources.en.resx | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Application/FileConverter/Properties/Resources.en.resx b/Application/FileConverter/Properties/Resources.en.resx index a5ff35d3..7338f453 100644 --- a/Application/FileConverter/Properties/Resources.en.resx +++ b/Application/FileConverter/Properties/Resources.en.resx @@ -226,10 +226,10 @@ Report an issue - Move down selected preset + Move selected preset down - Move up selected preset + Move selected preset up Constant bitrate encoding @@ -329,7 +329,7 @@ use maj for uppercase version File Converter Updates - Define the ratio 'file size' versus 'video quality'. A lower value will give you a smaller file, a greater value give you a better video quality. + Defines how 'file size' relates to 'video quality'. A lower value will give you a smaller file, a greater value give you higher video quality. Faster @@ -350,7 +350,7 @@ use maj for uppercase version Super Fast - Define the ratio 'file size' versus 'compression duration'. A slow compression will give you a smaller file (for the same video quality) than a faster compression. + Define how 'file size' affects 'compression duration'. Slower compression will give you a smaller file (for the same video quality) than a faster compression. Ultra Fast @@ -449,25 +449,25 @@ use maj for uppercase version CD drive is not ready. - Fail to launch ffmpeg. + Failed to launch ffmpeg. - Fail to create output path folders. + Failed to create output path folders. - Fail to generate a unique output file path. + Failed to generate a unique output file path. - Fail to read cd drive '{0}'. + Failed to read cd drive '{0}'. - Fail to retrieve input path drive letter. + Failed to retrieve input path drive letter. - Fail to retrieve track number from the cda input path. + Failed to retrieve track number from the cda input path. - Fail to use the CD drive because it is oppened. + Failed to use the CD drive because it is oppened. The input file type is not compatible with the selected output file type. @@ -488,7 +488,7 @@ use maj for uppercase version Mono - Same than input file + Same as input file Stereo @@ -521,7 +521,7 @@ use maj for uppercase version Can't find the output file(s). - The conversion job failed but there is an output file that does exists. + The conversion failed, but an output file was created. Prepare conversion @@ -572,6 +572,6 @@ use maj for uppercase version Error - Can't load file converter user settings. Do you want to fall back to default settings ? + Could not load file converter user settings. Would you like to use default settings ? From 26dd0e9d2e4222bd9a20fa5494703f8ffc324eed Mon Sep 17 00:00:00 2001 From: One-Hoopy-Frood <97187087+One-Hoopy-Frood@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:43:32 -0500 Subject: [PATCH 4/5] removing accidental file inclusion --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 013007bb..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "dotnet.preferCSharpExtension": true -} \ No newline at end of file From c6702125ef50b95a471ab9200bcc7e30e489ccdd Mon Sep 17 00:00:00 2001 From: One-Hoopy-Frood <97187087+One-Hoopy-Frood@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:44:02 -0500 Subject: [PATCH 5/5] Remove .vscode/settings.json from repository --- .vscode/settings.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..013007bb --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "dotnet.preferCSharpExtension": true +} \ No newline at end of file