View | Details | Raw Unified | Return to bug 49122
Collapse All | Expand All

(-)a/scripts/gui.py (-1 / +1 lines)
 Lines 396-402   class FailedJoinDialog(QMessageBox): Link Here 
396
		self.setWindowIcon(QIcon(scriptDir + os.path.sep + 'univention_icon.svg'))
396
		self.setWindowIcon(QIcon(scriptDir + os.path.sep + 'univention_icon.svg'))
397
		self.setStyleSheet("QMessageBox { messagebox-text-interaction-flags: 5; }")
397
		self.setStyleSheet("QMessageBox { messagebox-text-interaction-flags: 5; }")
398
		self.setText(
398
		self.setText(
399
			'The domain join failed. For further information look at univention-domain-join-gui.log in the user home directory'
399
			'The domain join failed. For further information look at /var/log/univention/domain-join-gui.log .'
400
		)
400
		)
401
401
402
402

Return to bug 49122