From 647272e9c5542297d3fcf6502e6173c96f12a9a0 Mon Sep 17 00:00:00 2001 From: varjolintu Date: Thu, 13 Jun 2024 21:40:30 +0300 Subject: [PATCH] Fix typos in DatabaseSettingsWidgetRemote --- share/translations/keepassxc_en.ts | 40 +++++++++---------- .../remote/DatabaseSettingsWidgetRemote.ui | 4 +- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts index 522e9fdd5..278db7e59 100644 --- a/share/translations/keepassxc_en.ts +++ b/share/translations/keepassxc_en.ts @@ -2291,16 +2291,6 @@ removed from the database. Download input field - - e.g.: -get DatabaseOnRemote.kdbx {TEMP_DATABASE} -exit ---- -{TEMP_DATABASE} is used as placeholder to store the database in a temporary location -The command has to exit. In case of `sftp` as last commend `exit` has to be sent - - - Upload @@ -2317,16 +2307,6 @@ The command has to exit. In case of `sftp` as last commend `exit` has to be sent Upload input field - - e.g.: -put {TEMP_DATABASE} DatabaseOnRemote.kdbx -exit ---- -{TEMP_DATABASE} is used as placeholder to store the database in a temporary location -The command has to exit. In case of `sftp` as last commend `exit` has to be sent - - - Name cannot be empty. @@ -2359,6 +2339,26 @@ The command has to exit. In case of `sftp` as last commend `exit` has to be sent You have unsaved changes. Do you want to save them? + + e.g.: +get DatabaseOnRemote.kdbx {TEMP_DATABASE} +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + + + e.g.: +put {TEMP_DATABASE} DatabaseOnRemote.kdbx +exit +--- +{TEMP_DATABASE} is used as placeholder to store the database in a temporary location +The command has to exit. In case of `sftp` as last command `exit` has to be sent + + + DatabaseTabWidget diff --git a/src/gui/remote/DatabaseSettingsWidgetRemote.ui b/src/gui/remote/DatabaseSettingsWidgetRemote.ui index 85fc9e2ea..a5e7126ea 100644 --- a/src/gui/remote/DatabaseSettingsWidgetRemote.ui +++ b/src/gui/remote/DatabaseSettingsWidgetRemote.ui @@ -181,7 +181,7 @@ get DatabaseOnRemote.kdbx {TEMP_DATABASE} exit --- {TEMP_DATABASE} is used as placeholder to store the database in a temporary location -The command has to exit. In case of `sftp` as last commend `exit` has to be sent +The command has to exit. In case of `sftp` as last command `exit` has to be sent @@ -231,7 +231,7 @@ put {TEMP_DATABASE} DatabaseOnRemote.kdbx exit --- {TEMP_DATABASE} is used as placeholder to store the database in a temporary location -The command has to exit. In case of `sftp` as last commend `exit` has to be sent +The command has to exit. In case of `sftp` as last command `exit` has to be sent