Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling Errors #1286

Open
smalos opened this issue Mar 6, 2025 · 1 comment
Open

Spelling Errors #1286

smalos opened this issue Mar 6, 2025 · 1 comment

Comments

@smalos
Copy link
Contributor

smalos commented Mar 6, 2025

Below are a few issues I noticed that appear to be spelling or phrasing mistakes:

“Dailog” vs “Dialog”
Several functions and modal IDs (such as confirmDailog and renameDailog) use “Dailog” where the standard spelling is “Dialog.”

“fm_get_zif_info”
The function name “fm_get_zif_info” likely was meant to be “fm_get_zip_info” since it handles ZIP archive information.

Grammar in status messages
The language string “FILE EXTENSION HAS NOT SUPPORTED” appears in the code. A more natural phrasing would be “FILE EXTENSION IS NOT SUPPORTED.”

Missing word in confirmation message
In messages such as “Are you sure want to rename?” the word “you” is missing. It should be “Are you sure you want to rename?”

Advanced Search: "Search a Files"
A better version could be simply:
"Search Files"
This avoids the unnecessary article "a" and is grammatically correct.

Below are the corrections to the provided English texts (as used for the German translation) that seem to be mistakes:

CreateNewItem
Original: “Neue Datei erstellen”
Corrected: “Neues Element erstellen”

UploadingFiles
Original: “Datei hochladen”
Corrected: “Dateien hochladen”

Invalid file or folder name
Original: “Ungältiger Datei- oder Ordnername”
Corrected: “Ungültiger Datei- oder Ordnername”

Operations with archives are not available
Original: “Archiv-Funktionen nicht verfägbar”
Corrected: “Archiv-Funktionen nicht verfügbar”

@prasathmani
Copy link
Owner

@smalos thanks for sharing, can you create a PR for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants