Fix source string typos mentioned on Crowdin (#15261)

This commit is contained in:
Max Wilfinger
2024-07-09 00:18:31 +02:00
committed by GitHub
parent cb12b639d1
commit 7d21d9edb8
123 changed files with 252 additions and 258 deletions

View File

@@ -350,7 +350,7 @@ installed addons will be checked for available updates</string>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Path to git executable (optional):</string>
<string>Path to Git executable (optional):</string>
</property>
</widget>
</item>

View File

@@ -148,7 +148,7 @@ class AddonInstallerGUI(QtCore.QObject):
"<p>"
+ translate(
"AddonsInstaller",
"This addon requires Python packages that are not installed, and cannot be installed automatically. To use this workbench you must install the following Python packages manually:",
"This addon requires Python packages that are not installed, and cannot be installed automatically. To use this addon you must install the following Python packages manually:",
)
+ "</p><ul>"
)
@@ -243,7 +243,7 @@ class AddonInstallerGUI(QtCore.QObject):
translate("AddonsInstaller", "Incompatible Python version"),
translate(
"AddonsInstaller",
"This Addon (or one if its dependencies) requires Python {}.{}, and your system is running {}.{}. Installation cancelled.",
"This Addon (or one of its dependencies) requires Python {}.{}, and your system is running {}.{}. Installation cancelled.",
).format(
missing.python_min_version["major"],
missing.python_min_version["minor"],