You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Cleanup of code, adding comments & javadocs, use appropriate JOptionPane members, add notes to Crowdin concerning the I18N strings for same.
Note: The I18N strings used in the dialog have mnemonic keys defined but because of the custom text used for the buttons the JOptionPane dialog won't use them which is why the & is stripped out before use.
The text was updated successfully, but these errors were encountered:
Set appropriate dialog type and set default (Enter key) to be No.
Replaced magic numbers with proper JOptionPane values.
Replaced dump of stacktrace in getBackupManager() to showError() call because it was right there.
Updated/added javadocs.
Describe the bug
Cleanup of code, adding comments & javadocs, use appropriate JOptionPane members, add notes to Crowdin concerning the I18N strings for same.
Note: The I18N strings used in the dialog have mnemonic keys defined but because of the custom text used for the buttons the JOptionPane dialog won't use them which is why the
&
is stripped out before use.The text was updated successfully, but these errors were encountered: