Compare commits

..

No commits in common. "8a96097d41203d93415a22c3ca04eb259b871321" and "6119d49d15ea6a2aa4aee65708a3c1cb6db885e9" have entirely different histories.

4 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -716,7 +716,7 @@ Bemerkung: diese Optionen verhindern NICHT das automatische Nummerieren.</transl
<message>
<location filename="../sources/ui/bomexportdialog.cpp" line="122"/>
<source>Position</source>
<translation>Seite</translation>
<translation>Position</translation>
</message>
<message>
<location filename="../sources/ui/bomexportdialog.cpp" line="124"/>
@ -5260,7 +5260,7 @@ Folgende Variablen sind inkompatibel:
<message>
<location filename="../sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp" line="349"/>
<source>Position</source>
<translation>Seite</translation>
<translation>Position</translation>
</message>
<message>
<location filename="../sources/qetgraphicsitem/ViewItem/projectdbmodel.cpp" line="351"/>
@ -8839,7 +8839,7 @@ Möchten Sie sie ersetzen?</translation>
<message>
<location filename="../sources/qetinformation.cpp" line="237"/>
<source>Position</source>
<translation>Seite</translation>
<translation>Position</translation>
</message>
<message>
<location filename="../sources/qetinformation.cpp" line="238"/>

View File

@ -64,7 +64,7 @@ Include(FetchContent)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v2.13.10)
GIT_TAG v2.13.1)
FetchContent_MakeAvailable(Catch2)

View File

@ -64,7 +64,7 @@ Include(FetchContent)
FetchContent_Declare(
GTest
GIT_REPOSITORY https://github.com/google/googletest.git
GIT_TAG v1.17.0)
GIT_TAG release-1.10.0)
FetchContent_MakeAvailable(GTest)