Skip to content

Commit 6048d36

Browse files
fix: minor translation adjustments
Closes #2477 Thank you to @goingforstudying-ctrl for this contribution. Co-authored-by: goingforstudying-ctrl <goingforstudying-ctrl@users.noreply.github.com> Co-authored-by: Christian Buhtz <c.buhtz@posteo.jp>
1 parent 727bef2 commit 6048d36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

common/sshtools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def sshCopyId(
154154
env['SSH_ASKPASS'] = askPass
155155
env['ASKPASS_MODE'] = 'USER'
156156
env['ASKPASS_PROMPT'] = '{}\n{}:'.format(
157-
_('Copy public ssh-key "{pubkey}" to remote host "{host}".').format(
157+
_('Copy public SSH key "{pubkey}" to remote host "{host}".').format(
158158
pubkey=pubkey, host=host),
159159
_('Please enter a password for "{user}".').format(user=user)
160160
)

qt/restoreconfigdialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def _slot_index_changed(self, current, _previous):
295295
self._config_to_restore = cfg
296296

297297
else:
298-
self._lbl_found.setText(_('No config found in this directory'))
298+
self._lbl_found.setText(_('No config found in this directory.'))
299299
self._lbl_found.setPalette(self._color_red)
300300
self._wdg_profiles.hide()
301301
self._config_to_restore = None

0 commit comments

Comments
 (0)