Show
Ignore:
Timestamp:
08/25/08 21:56:06 (5 years ago)
Author:
smoors
Message:

fixed some typos

Files:
1 modified

Legend:

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

    r377 r392  
    7676        bool reload = false; 
    7777 
    78         //load the selectet drumkit to save it correct.... later the old drimkit will reloaded  
     78        //load the selected drumkit to save it correct.... later the old drumkit will be reloaded  
    7979        if ( drumkitinfo != NULL ){ 
    8080                if ( Hydrogen::get_instance()->getCurrentDrumkitname() != drumkitinfo->getName() ){ 
     
    8686        //check the drumkit name. if the name is a new one, one qmessagebox with question "are you sure" will displayed. 
    8787        if ( nameTxt->text() != oldName  ){ 
    88                 int res = QMessageBox::information( this, "Hydrogen", tr( "Warning, you change the drumkit name. This creat a new drumkit with this name.\nAre you sure?"), tr("&Ok"), tr("&Cancel"), 0, 1 ); 
     88                int res = QMessageBox::information( this, "Hydrogen", tr( "Warning! You're changing the drumkit name. This creates a new drumkit with this name.\nAre you sure?"), tr("&Ok"), tr("&Cancel"), 0, 1 ); 
    8989                if ( res == 1 ) { 
    9090                        return;