From 2867ef8800f458d527db2fefb8ea5d15576caea8 Mon Sep 17 00:00:00 2001 From: Luz Paz Date: Thu, 6 Mar 2025 14:55:42 -0500 Subject: [PATCH] Fix various typos --- cmake/FindPCSC.cmake | 2 +- docs/topics/DatabaseOperations.adoc | 2 +- share/translations/keepassxc_en.ts | 16 ++++++++-------- src/gui/Application.cpp | 2 +- .../dbsettings/DatabaseSettingsWidgetGeneral.ui | 4 ++-- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/cmake/FindPCSC.cmake b/cmake/FindPCSC.cmake index d37b269df..c43487700 100644 --- a/cmake/FindPCSC.cmake +++ b/cmake/FindPCSC.cmake @@ -24,7 +24,7 @@ if(NOT PCSC_FOUND) # Additional search paths for Windows if not running in Visual Studio environment if (WIN32) - # Resolve the ambiguity of using two names for one architechture + # Resolve the ambiguity of using two names for one architecture if(CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" OR CMAKE_SYSTEM_PROCESSOR STREQUAL "x64") set(ARCH_DIR "x64") else() diff --git a/docs/topics/DatabaseOperations.adoc b/docs/topics/DatabaseOperations.adoc index 3f396e3aa..c320d9059 100644 --- a/docs/topics/DatabaseOperations.adoc +++ b/docs/topics/DatabaseOperations.adoc @@ -375,7 +375,7 @@ image::database_settings.png[] * *Database name:* This is the default identifier for your database and is shown in the tab bar and title bar (when active). You can change this name as desired. * *Database description:* Provide some meaningful description for your database. * *Default username:* Provide a default username for all new entries that you create in this database. - * *Public Databse Metadata:* Here you can set a public (unencrypted) name, icon, and color for your database. This is used on the database unlock screen to help distinguish multiple databases from each other. + * *Public Database Metadata:* Here you can set a public (unencrypted) name, icon, and color for your database. This is used on the database unlock screen to help distinguish multiple databases from each other. * *Max history items:* This is the maximum number of history items that are stored for each entry. When you set this to 0, no history will be saved. Set this value to a low value to prevent the database from getting too large (we recommend no more than 10). * *Max. history size:* When the history of an entry gets above this size, it is truncated. For example, this happens when entries have large attachments. Set this value small to prevent the database from getting too large (we recommend 6 MiB). * *Use recycle bin:* Select this check-box if you want deleted entries to move to the recycle bin instead of being permanently removed. The recycle bin will be created if it does not already exist after your first deletion. To delete entries permanently, you must empty the recycle bin manually. diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts index 22864da6f..dad529bb7 100644 --- a/share/translations/keepassxc_en.ts +++ b/share/translations/keepassxc_en.ts @@ -2328,10 +2328,6 @@ removed from the database. Display name: - - Publically visible display name used on the unlock dialog - - Database public display name @@ -2340,10 +2336,6 @@ removed from the database. Display color: - - Publically visible color used on the unlock dialog - - Database public display color chooser @@ -2360,6 +2352,14 @@ removed from the database. Select Database Icon + + Publicly visible display name used on the unlock dialog + + + + Publicly visible color used on the unlock dialog + + DatabaseSettingsWidgetKeeShare diff --git a/src/gui/Application.cpp b/src/gui/Application.cpp index eeb1cd540..b0923bbb5 100644 --- a/src/gui/Application.cpp +++ b/src/gui/Application.cpp @@ -113,7 +113,7 @@ Application::Application(int& argc, char** argv) .toUtf8() .constData(); - // forceably reset the lock file + // forcibly reset the lock file m_lockFile->removeStaleLockFile(); m_lockFile->tryLock(); // start the listen server diff --git a/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.ui b/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.ui index 324ae6d3d..1dc9fda79 100644 --- a/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.ui +++ b/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.ui @@ -125,7 +125,7 @@ - Publically visible display name used on the unlock dialog + Publicly visible display name used on the unlock dialog Database public display name @@ -150,7 +150,7 @@ - Publically visible color used on the unlock dialog + Publicly visible color used on the unlock dialog Database public display color chooser