Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling: Git, GPG, PWGen, etc. #492

Merged
merged 1 commit into from
Oct 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 additions & 17 deletions src/configdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>Use pwgen</string>
<string>Use PWGen</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -453,7 +453,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>Use git</string>
<string>Use Git</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -522,7 +522,7 @@
<item>
<widget class="QCheckBox" name="checkBoxUseQrencode">
<property name="text">
<string>Use qrencode</string>
<string>Use QRencode</string>
</property>
</widget>
</item>
Expand All @@ -536,7 +536,7 @@
<bool>true</bool>
</property>
<property name="text">
<string>Use pass otp extension</string>
<string>Use pass-otp extension</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -643,7 +643,7 @@
<item>
<widget class="QRadioButton" name="radioButtonNative">
<property name="text">
<string>Nati&amp;ve git/gpg</string>
<string>Nati&amp;ve Git/GPG</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -680,7 +680,7 @@
<item row="1" column="0">
<widget class="QLabel" name="labelGitPath">
<property name="text">
<string>git</string>
<string>Git</string>
</property>
</widget>
</item>
Expand All @@ -690,21 +690,21 @@
<item row="0" column="2">
<widget class="QToolButton" name="toolButtonGpg">
<property name="text">
<string>...</string>
<string></string>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QToolButton" name="toolButtonGit">
<property name="text">
<string>...</string>
<string></string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="labelGpgPath">
<property name="text">
<string>gpg</string>
<string>GPG</string>
</property>
</widget>
</item>
Expand All @@ -717,14 +717,14 @@
<item row="2" column="0">
<widget class="QLabel" name="labelPwgenPath">
<property name="text">
<string>pwgen</string>
<string>PWGen</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QToolButton" name="toolButtonPwgen">
<property name="text">
<string>...</string>
<string></string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -755,7 +755,7 @@
<item>
<widget class="QToolButton" name="toolButtonPass">
<property name="text">
<string>...</string>
<string></string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -912,14 +912,14 @@
<item row="0" column="2">
<widget class="QLabel" name="labelStorePath">
<property name="text">
<string>Current password-store</string>
<string>Current password manager</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QToolButton" name="toolButtonStore">
<property name="text">
<string>...</string>
<string></string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -953,7 +953,7 @@
<locale language="German" country="Germany"/>
</property>
<property name="text">
<string>Templates add extra fields in the password generation dialogue and in the password view.</string>
<string>Templates add extra fields in the password generation dialogue, and in the password view.</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -985,8 +985,8 @@
</property>
<property name="plainText">
<string>login
url
email</string>
URL
e-mail</string>
</property>
</widget>
</item>
Expand Down