fix: minor translation adjustments#2504
Conversation
|
Hello, Did you checked if there are any other SSH related sources strings that should be changed? Regards, |
|
Hi Christian, thanks for the review. I checked the codebase for other SSH-related user-facing strings and these two were the only ones that needed fixing. The ssh-agent binary name is intentionally left lowercase since that's the actual command name. Let me know if you spot anything else. |
buhtz
left a comment
There was a problem hiding this comment.
Hello,
On behalf of the team, thank you for your contribution and taking the time to improve Back In Time. We appreciate it.
Your PR looks fine. It will get merged after PR #2449 is merged.
To find out how we usually tread PRs please read
"What happens after you opened a PullRequest (PR)?".
Best,
Christian
abd9ece to
420ab65
Compare
|
Now you have "349 changed files" in this PR. Looks like something have gone south? |
- Capitalize 'SSH' in user-facing prompt in sshtools.py
('Copy public ssh-key' → 'Copy public SSH key')
- Add missing period at end of sentence in restoreconfigdialog.py
('No config found in this directory' → 'No config found in this directory.')
Closes bit-team#2477
420ab65 to
a846d02
Compare
|
Hi @buhtz, thanks for catching that. The rebase went wrong and pulled in the entire dev branch history, which is why there were 394 changed files. I have force-pushed a clean branch with just the two original translation fixes (capitalizing SSH and adding the missing period). The PR should now show only 2 changed files again. Sorry for the noise. |
|
Hi, just checking in on this PR. It has been 2 days since the last update. Please let me know if there is anything else needed from my side to move this forward. Thanks for your time. |
|
Hello,
Just wait until PR #2449 gets merged and I am solving merge conflicts. To find out how we usually tread PRs please read Regards, |
|
Thanks for the update, buhtz. I will wait for PR #2449 to be merged. Let me know if anything else is needed from my side in the meantime. |
Summary
This PR addresses the minor translation adjustments requested in #2477:
Capitalize SSH in user-facing prompt ():
Add missing period ():
Checklist
Closes #2477