Changeset 2483

Show
Ignore:
Timestamp:
04/04/12 10:59:15 (14 months ago)
Author:
thijz
Message:

fix typo in delete drumkit messagebox

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/src/SoundLibrary/SoundLibraryPanel.cpp

    r2226 r2483  
    573573    // TODO this check is really unsafe 
    574574    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.") ); 
    576576                return; 
    577577        }