-
Notifications
You must be signed in to change notification settings - Fork 3
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
Invalid text position after batch renaming #288
Comments
Right under "Append filenames" there's "Prepend filenames" which means that the written text will prepend filenames, so it works just like your expected behavior. Unless there are errors in translations (which can be made because people on Weblate may not know the context), the English one is pretty obvious IMHO. Maybe it would be enough to add a hint how both options will behave? |
In my opinion, the behavior is reversed in both cases. Append filenames: Append means 'add something at the end of something else' so here, the filename becomes the object that is added at the end. Prepend filenames: Prepend means 'add something at the start of something else' so here, the filename becomes the object that is added at the start. But evidently, the current strings are a little too open to interpretation so I think the options should be reworded to something simpler:
|
Alternatively (and considering the label in input field says "String to add"):
I kinda prefer these two, because the distinction between actions is in the first word already, so it's less cognitive work to do... 😄 |
Well... append, prepend, etc. are common/intuitive terms for us as developers but they are not commonly used in everyday English. Speaking of common, maybe it's the 'string' that needs to go ;) |
Checklist
Affected Android/Custom ROM version
All versions
Affected device model
All devices
How did you install the apps?
GitHub releases
Which apps are affected?
Gallery, File Manager
Steps to reproduce the bug
Expected behavior
Files should be renamed to something like test[Original file name] i.e. the filename should be appended as indicated by Append filenames option.
Actual behavior
Files are renamed to [Original file name]test.
Screenshots/Screen recordings
No response
Additional information
Original issue: FossifyOrg/Gallery#405
The whole thing should be reworked for better UI/UX.
The text was updated successfully, but these errors were encountered: