Skip to content

Commit 4888eb6

Browse files
committed
Replace directory with folder in GUI
1 parent cb98e69 commit 4888eb6

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

qt_ui/encryptpad_en_gb.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Do you want to replace it?</source>
528528
<translation type="unfinished"></translation>
529529
</message>
530530
<message>
531-
<source>Cannot create the repository directory in HOME</source>
531+
<source>Cannot create the repository folder in HOME</source>
532532
<translation type="unfinished"></translation>
533533
</message>
534534
<message>
@@ -1036,7 +1036,7 @@ Do you want to replace it?</source>
10361036
<translation type="unfinished"></translation>
10371037
</message>
10381038
<message>
1039-
<source>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; directory in the user&apos;s profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode).</source>
1039+
<source>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; folder in the user&apos;s profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode).</source>
10401040
<translation type="unfinished"></translation>
10411041
</message>
10421042
<message>
@@ -1178,7 +1178,7 @@ Do you want to replace it?</source>
11781178
<translation type="unfinished"></translation>
11791179
</message>
11801180
<message>
1181-
<source>Save last used directory</source>
1181+
<source>Save last used folder</source>
11821182
<translation type="unfinished"></translation>
11831183
</message>
11841184
<message>
@@ -1247,7 +1247,7 @@ Do you want to replace it?</source>
12471247
<translation type="unfinished"></translation>
12481248
</message>
12491249
<message>
1250-
<source>Retain last used directory between EncryptPad sessions</source>
1250+
<source>Retain last used folder between EncryptPad sessions</source>
12511251
<translation type="unfinished"></translation>
12521252
</message>
12531253
<message>
@@ -1329,7 +1329,7 @@ Do you want to replace it?</source>
13291329
<translation type="unfinished"></translation>
13301330
</message>
13311331
<message>
1332-
<source>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; directory in the user&apos;s profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode). Select a key or specify a file name without path for the repository keys.</source>
1332+
<source>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; folder in the user&apos;s profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode). Select a key or specify a file name without path for the repository keys.</source>
13331333
<translation type="unfinished"></translation>
13341334
</message>
13351335
<message>

qt_ui/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ QString MainWindow::accessRepositoryPath(const QString &fileName)
671671
QMessageBox::warning(
672672
this,
673673
"EncryptPad",
674-
tr("Cannot create the repository directory in HOME"));
674+
tr("Cannot create the repository folder in HOME"));
675675
return QString();
676676
}
677677

qt_ui/new_key_dialog.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</font>
7676
</property>
7777
<property name="text">
78-
<string>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; directory in the user's profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode).</string>
78+
<string>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; folder in the user's profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode).</string>
7979
</property>
8080
<property name="wordWrap">
8181
<bool>true</bool>

qt_ui/preferences_dialog.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -254,10 +254,10 @@
254254
<item row="10" column="1">
255255
<widget class="QCheckBox" name="uiLastUsedDirectory">
256256
<property name="toolTip">
257-
<string>Retain last used directory between EncryptPad sessions</string>
257+
<string>Retain last used folder between EncryptPad sessions</string>
258258
</property>
259259
<property name="text">
260-
<string>Save last used directory</string>
260+
<string>Save last used folder</string>
261261
</property>
262262
</widget>
263263
</item>

qt_ui/set_key_dialog.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
</font>
170170
</property>
171171
<property name="text">
172-
<string>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; directory in the user's profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode). Select a key or specify a file name without path for the repository keys.</string>
172+
<string>The repository is &lt;b&gt;.encryptpad&lt;/b&gt; folder in the user's profile (&lt;b&gt;encryptpad_repository&lt;/b&gt; in portable mode). Select a key or specify a file name without path for the repository keys.</string>
173173
</property>
174174
<property name="alignment">
175175
<set>Qt::AlignJustify|Qt::AlignVCenter</set>

0 commit comments

Comments
 (0)