-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix typos and grammar in strings.xml #16005
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
Conversation
duvvuvenkataramana
commented
Nov 25, 2025
- Tests written, or not not needed
Signed-off-by: duvvuvenkataramana <[email protected]>
Signed-off-by: duvvuvenkataramana <[email protected]>
|
@AndyScherzinger @rakekniven I changed and corrected some spellings. Review and Merge |
|
@duvvuvenkataramana thanks for the changes, please see my comments. This won't compile since changing the ID for a string basically breaks the ID-reference in the java/kotlin code, so the app won't even compile anymore. |
Signed-off-by: duvvuvenkataramana <[email protected]>
| <item quantity="other">You can upload up to %d files at once.</item> | ||
| </plurals> | ||
| <string name="sync_foreign_files_forgotten_explanation">As of version 1.3.16, files uploaded from this device are copied into the local %1$s folder to prevent data loss when a single file is synced with multiple accounts.\n\nDue to this change, all files uploaded with earlier versions of this app were copied into the %2$s folder. However, an error prevented the completion of this operation during account synchronization. You may either leave the file(s) as is and delete the link to %3$s, or move the file(s) into the %1$s folder and retain the link to %4$s.\n\nListed below are the local file(s), and the remote file(s) in %5$s they were linked to.</string> | ||
| <string name="sync_foreign_files_forgotten_explanation">As of version 1.3.16, files uploaded from this device are copied into the local %1$s folder to prevent data loss when a single file is sycned with multiple accounts.\n\nDue to this change, all files uploaded with earlier versions of this app were copied into the %2$s folder. However, an error prevented the completion of this operation during account synchronization. You may either leave the file(s) as is and delete the link to %3$s, or move the file(s) into the %1$s folder and retain the link to %4$s.\n\nListed below are the local file(s), and the remote file(s) in %5$s they were linked to.</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This adds a typo and is not removing one!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is correct one
|
Hi @duvvuvenkataramana quick question, are you vibe coding this? I am asking because
|
AndyScherzinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs fixing