Updated a year to 2013.

This commit is contained in:
Tvangeste 2013-01-07 10:30:31 +01:00
parent c4cc95cbd2
commit f2850eea99
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>(c) 2008-2012 Konstantin Isakov (ikm@goldendict.org)</string> <string>(c) 2008-2013 Konstantin Isakov (ikm@goldendict.org)</string>
</property> </property>
<property name="alignment"> <property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>

View file

@ -183,7 +183,7 @@ sptr< Dictionary::DataRequest > ArticleMaker::makeDefinitionFor(
"<p>Should you need further help, have any questions, " "<p>Should you need further help, have any questions, "
"suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.org/forum/\">forum</a>." "suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.org/forum/\">forum</a>."
"<p>Check program's <a href=\"http://goldendict.org/\">website</a> for the updates. " "<p>Check program's <a href=\"http://goldendict.org/\">website</a> for the updates. "
"<p>(c) 2008-2012 Konstantin Isakov. Licensed under GPLv3 or later." "<p>(c) 2008-2013 Konstantin Isakov. Licensed under GPLv3 or later."
).toUtf8().data(); ).toUtf8().data();
} }