From 5b4b42dd1bce9bd4dfae9561f8707947c778ba12 Mon Sep 17 00:00:00 2001 From: Daniel Albers Date: Fri, 21 Feb 2014 12:58:16 +0100 Subject: [PATCH] =?utf8?q?move=20=C2=A9=20years=20out=20of=20translatable?= =?utf8?q?=20text=20in=20aboutDlg?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- po/quassel.pot | 2 +- src/qtui/aboutdlg.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/po/quassel.pot b/po/quassel.pot index d6a152b7..7e2b4838 100644 --- a/po/quassel.pot +++ b/po/quassel.pot @@ -72,7 +72,7 @@ msgstr "" #: ../src/qtui/aboutdlg.cpp:49 msgctxt "AboutDlg|" msgid "" -"A modern, distributed IRC Client

©2005-2014 by the " +"A modern, distributed IRC Client

©%1 by the " "Quassel Project
http://quassel-irc." "org
#quassel on Freenode

Quassel IRC is dual-" diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 11fbb19e..8f100234 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -47,7 +47,7 @@ QString AboutDlg::about() const { QString res; res = tr("A modern, distributed IRC Client

" - "©2005-2014 by the Quassel Project
" + "©%1 by the Quassel Project
" "http://quassel-irc.org
" "#quassel on Freenode

" "Quassel IRC is dual-licensed under GPLv2 and " @@ -55,7 +55,7 @@ QString AboutDlg::about() const "Most icons are © by the Oxygen Team and used under the " "LGPL.

" "Please use http://bugs.quassel-irc.org to report bugs." - ); + ).arg("2005-2014"); return res; } -- 2.20.1