mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
svn: Fix "Clear Auth Cache" task title
This commit is contained in:
@@ -345,7 +345,7 @@ class SvnAuthenticationNotifier(private val myVcs: SvnVcs) : GenericNotifierImpl
|
||||
}
|
||||
else {
|
||||
ProgressManager.getInstance()
|
||||
.runProcessWithProgressSynchronously(process, "button.text.clear.authentication.cache", false, configuration.project)
|
||||
.runProcessWithProgressSynchronously(process, message("button.text.clear.authentication.cache"), false, configuration.project)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user