Edited an error message no one will ever see
This commit is contained in:
parent
d6c0d5fcd9
commit
aa11d54396
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue