Fix source string typos mentioned on Crowdin (#15261)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user