Edited an error message no one will ever see

This commit is contained in:
Vhati 2013-08-26 11:33:21 -04:00
parent d6c0d5fcd9
commit aa11d54396

View file

@ -578,7 +578,7 @@ public class ManagerFrame extends JFrame implements ActionListener, HashObserver
if ( Desktop.isDesktopSupported() ) if ( Desktop.isDesktopSupported() )
Desktop.getDesktop().open( modsDir.getCanonicalFile() ); Desktop.getDesktop().open( modsDir.getCanonicalFile() );
else else
log.error( "This feature is not available on your OS." ); log.error( "Opening the mods/ folder is not possible on your OS." );
} }
catch ( IOException f ) { catch ( IOException f ) {
log.error( "Error opening mods/ folder.", f ); log.error( "Error opening mods/ folder.", f );