mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-25 21:24:48 -05:00
Fix various typos
This commit is contained in:
parent
843cdca5be
commit
2867ef8800
5 changed files with 13 additions and 13 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -2328,10 +2328,6 @@ removed from the database.</source>
|
|||
<source>Display name:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Publically visible display name used on the unlock dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Database public display name</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
@ -2340,10 +2336,6 @@ removed from the database.</source>
|
|||
<source>Display color:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Publically visible color used on the unlock dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Database public display color chooser</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
|
@ -2360,6 +2352,14 @@ removed from the database.</source>
|
|||
<source>Select Database Icon</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Publicly visible display name used on the unlock dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Publicly visible color used on the unlock dialog</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DatabaseSettingsWidgetKeeShare</name>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -125,7 +125,7 @@
|
|||
<item row="0" column="1">
|
||||
<widget class="QLineEdit" name="dbPublicName">
|
||||
<property name="toolTip">
|
||||
<string>Publically visible display name used on the unlock dialog</string>
|
||||
<string>Publicly visible display name used on the unlock dialog</string>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>Database public display name</string>
|
||||
|
|
@ -150,7 +150,7 @@
|
|||
</size>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Publically visible color used on the unlock dialog</string>
|
||||
<string>Publicly visible color used on the unlock dialog</string>
|
||||
</property>
|
||||
<property name="accessibleName">
|
||||
<string>Database public display color chooser</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue