Skip to content

Commit ba2a115

Browse files
minor
1 parent 37cb018 commit ba2a115

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kratos.gid/scripts/Launch.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ proc Kratos::CheckDependencies { } {
101101
}
102102
set pip_version [Kratos::pipVersion]
103103
if {$pip_version <= 0} {
104-
WarnWin "pip is not installed on your system. Please install it in your system."
104+
WarnWin "pip is not installed on your system. Please install it."
105105
} else {
106106
set missing_packages [Kratos::GetMissingPipPackages]
107107
if {[llength $missing_packages] > 0} {

0 commit comments

Comments
 (0)