forked from qt-creator/qt-creator
		
	fix error message
This commit is contained in:
		@@ -105,8 +105,8 @@ void MemoryViewAgent::init(quint64 addr)
 | 
			
		||||
    } else {
 | 
			
		||||
        m_manager->showMessageBox(QMessageBox::Warning,
 | 
			
		||||
            tr("No memory viewer available"),
 | 
			
		||||
            tr("The memory contents cannot be shown as no viewer plugin not "
 | 
			
		||||
                "the BinEditor plugin could be loaded."));
 | 
			
		||||
            tr("The memory contents cannot be shown as no viewer plugin "
 | 
			
		||||
                "for binary daty has been loaded."));
 | 
			
		||||
        deleteLater();
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user