X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2FAboutView.h;h=9d6a443258490765e6dff2d3532c6a954e97824b;hb=df8b2c951e66b538dd4d191220e883d86b700864;hp=817038012bbf65f2ceece6cc152116cf1274f92c;hpb=63b7586c1282acfb82a9b1971320052d6ee0a707;p=minitube diff --git a/src/AboutView.h b/src/AboutView.h index 8170380..9d6a443 100644 --- a/src/AboutView.h +++ b/src/AboutView.h @@ -18,7 +18,7 @@ public: metadata.insert("title", tr("About")); metadata.insert("description", tr("What you always wanted to know about %1 and never dared to ask") - .arg(Constants::APP_NAME)); + .arg(Constants::NAME)); return metadata; }