Changeset 2483
- Timestamp:
- 04/04/12 10:59:15 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/src/SoundLibrary/SoundLibraryPanel.cpp
r2226 r2483 573 573 // TODO this check is really unsafe 574 574 if ( item->text(0) == Hydrogen::get_instance()->getCurrentDrumkitname() ){ 575 QMessageBox::warning( this, "Hydrogen", QString( " You try to delet the current loaded drumkit.\nThis is not possible!") );575 QMessageBox::warning( this, "Hydrogen", QString( "It is not possible to delete the currently loaded drumkit.\nTo delete this drumkit first load another drumkit.") ); 576 576 return; 577 577 }