Skip to content

Commit 6d3b93c

Browse files
committed
Update configdialog.ui
1 parent d448a87 commit 6d3b93c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/buildmanager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,8 +1775,8 @@ void addLaTeXInputPaths(ProcessX *p, const QStringList &paths)
17751775
/*!
17761776
* \brief find a Preview Mode which uses the Build Compiler (Default or by Magic Comment)
17771777
* it was reported (#3851) that external storage was filled up when running a preview with a different compiler than the Build Compiler
1778-
* from the Build setup. To prevent this check option autoPreviewCmd. This is also usefull when you switch between documents which can't
1779-
* be compiled with the same compiler and a manuell switch would also be necessary for previews.
1778+
* from the Build setup. To prevent this check option autoPreviewCmd. This is also useful when you switch between documents which can't
1779+
* be compiled with the same compiler and a manual switch would also be necessary for previews.
17801780
*/
17811781
BuildManager::Dvi2PngMode BuildManager::guessDvi2PngMode() {
17821782
bool user;

src/configdialog.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4049,10 +4049,10 @@ them here.</string>
40494049
<item row="1" column="1">
40504050
<widget class="QCheckBox" name="checkBoxAutoPreviewCmd">
40514051
<property name="text">
4052-
<string notr="true">Preferre Preview with Build Compiler</string>
4052+
<string notr="true">Prefer Preview with Build Compiler</string>
40534053
</property>
40544054
<property name="toolTip">
4055-
<string>The option applys when the build compiler is pdflatex, lualatex, xelatex, or latex.</string>
4055+
<string>The option applies when the build compiler is pdflatex, lualatex, xelatex, or latex.</string>
40564056
</property>
40574057
<property name="checked">
40584058
<bool>true</bool>

0 commit comments

Comments
 (0)