diff --git a/src/GUI/IntelliPhotoGui.cpp b/src/GUI/IntelliPhotoGui.cpp index fd1936d..9e00641 100644 --- a/src/GUI/IntelliPhotoGui.cpp +++ b/src/GUI/IntelliPhotoGui.cpp @@ -316,7 +316,7 @@ void IntelliPhotoGui::slotCreateGradientTool(){ void IntelliPhotoGui::slotAboutDialog(){ // Window title and text to display QMessageBox::about(this, tr("About Painting"), - tr("

IntelliPhoto - A Pretty basic editor.


Developed by Team 7.")); + tr("

About IntelliPhoto

Version: v1.0
Developed by: Team 7
Interactive painting tool with layering and drawing capabilities.

")); } void IntelliPhotoGui::slotEnterPressed(){