mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-23 22:34:48 -04:00
Fix various typos
This commit is contained in:
parent
606cf37952
commit
41da5b2127
6 changed files with 14 additions and 14 deletions
|
@ -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