From 5787b065c5bb229977e009d1e524a31a99ce1ce4 Mon Sep 17 00:00:00 2001 From: Conrad Date: Thu, 6 Feb 2020 19:37:43 +0100 Subject: [PATCH] Improved About Text --- src/GUI/IntelliPhotoGui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){