diff options
author | Angelo Naselli <anaselli@linux.it> | 2016-01-11 18:38:08 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2016-01-11 19:11:50 +0100 |
commit | b87547f413ce7cc482d0490786c03b79a3c93197 (patch) | |
tree | 0a54b064288d6758323f0879af61175103fd7f7a /lib/ManaTools/Module/Firewall.pm | |
parent | a568d1df1ec7926f662e0ec9ec0b37af24666f4e (diff) | |
download | manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.gz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.bz2 manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.xz manatools-b87547f413ce7cc482d0490786c03b79a3c93197.zip |
Updated date
Diffstat (limited to 'lib/ManaTools/Module/Firewall.pm')
-rw-r--r-- | lib/ManaTools/Module/Firewall.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/ManaTools/Module/Firewall.pm b/lib/ManaTools/Module/Firewall.pm index 03f35c0c..f5c5b370 100644 --- a/lib/ManaTools/Module/Firewall.pm +++ b/lib/ManaTools/Module/Firewall.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013-2015 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2, as @@ -152,6 +152,7 @@ has 'aboutDialog' => ( is => 'ro', init_arg => undef, isa => 'HashRef', + lazy => 1, builder => '_setupAboutDialog', ); @@ -175,7 +176,7 @@ sub _setupAboutDialog { return { name => "", version => $self->Version(), - credits => "Copyright (c) 2013-2015 by Matteo Pasotti", + credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'), license => "GPLv2", description => "", authors => "Matteo Pasotti <matteo.pasotti\@gmail.com>" |