Create icons.

This commit is contained in:
Daniel Kraus
2015-08-14 20:00:21 +02:00
parent a609c7f93c
commit 4cb2999297
12 changed files with 10 additions and 7 deletions

View File

@ -57,7 +57,7 @@ namespace zaaReloaded2.ViewModels
{
get
{
return String.Format("(c) Copyright {0} {1}",
return String.Format("© Copyright {0} {1}",
PubYear,
Properties.Settings.Default.Authors);
}