mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
SPARK-1332
SPARK-LANG title.advanced.connection.sso = Using Single Sign-On (SSO) title.advanced.connection.sso.unable = Unable to connect using Single Sign-On. Please check your principal and server settings. git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12402 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
committed by
wolf.posdorfer
parent
3cb2f7404b
commit
c5993c6d2f
@ -270,7 +270,7 @@ public final class LoginDialog {
|
||||
accountNameLabel.setVisible(false);
|
||||
serverNameLabel.setVisible(false);
|
||||
|
||||
headerLabel.setText("Using Single Sign-On (SSO)");
|
||||
headerLabel.setText(Res.getString("title.advanced.connection.sso"));
|
||||
headerLabel.setFont(headerLabel.getFont().deriveFont(Font.BOLD));
|
||||
accountLabel.setText("Account:");
|
||||
ssoServerLabel.setText("Server:");
|
||||
@ -1044,7 +1044,7 @@ public final class LoginDialog {
|
||||
JOptionPane.ERROR_MESSAGE);
|
||||
}
|
||||
else {
|
||||
JOptionPane.showMessageDialog(loginDialog, "Unable to connect using Single Sign-On. Please check your principal and server settings.", Res.getString("title.login.error"),
|
||||
JOptionPane.showMessageDialog(loginDialog, Res.getString("title.advanced.connection.sso.unable"), Res.getString("title.login.error"),
|
||||
JOptionPane.ERROR_MESSAGE);
|
||||
//useSSO(false);
|
||||
//localPref.setSSOEnabled(false);
|
||||
|
||||
Reference in New Issue
Block a user