}
private void showScriptAutoUpdateDialog() {
final UIFunctions uif = UIFunctionsManager.getUIFunctions();
if (uif != null) {
uif.promptUser(MessageText.getString("unix.script.new.auto.title"),
MessageText.getString("unix.script.new.auto.text", new String[] {}),
new String[] {
MessageText.getString("UpdateWindow.restart"),
MessageText.getString("UpdateWindow.restartLater"),
}, 0, null, null, false, 0, new UserPrompterResultListener() {