Skip to content

Commit

Permalink
GHI-155: description changed (#156)
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Lisenkov <[email protected]>
  • Loading branch information
dnlsv authored Sep 27, 2023
1 parent 6dea88b commit 1afc8c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ZOSMFConnectionConfigurable : BoundSearchableConfigurable("z/OSMF Connecti
private fun updateZoweConfigIfNeeded(state: ConnectionDialogState?) {
val res = showOkCancelDialog(
title = "Zowe Config Update",
message = "Update zowe config file?\n${state?.zoweConfigPath}",
message = "Do you want to update zowe config file?\n${state?.zoweConfigPath}",
okText = "Yes",
cancelText = "No"
)
Expand Down

0 comments on commit 1afc8c0

Please sign in to comment.