aboutsummaryrefslogtreecommitdiffstats
path: root/t/01-Locales.t
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2016-01-11 18:38:08 +0100
committerAngelo Naselli <anaselli@linux.it>2016-01-11 19:11:50 +0100
commitb87547f413ce7cc482d0490786c03b79a3c93197 (patch)
tree0a54b064288d6758323f0879af61175103fd7f7a /t/01-Locales.t
parenta568d1df1ec7926f662e0ec9ec0b37af24666f4e (diff)
downloadmanatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar
manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.gz
manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.bz2
manatools-b87547f413ce7cc482d0490786c03b79a3c93197.tar.xz
manatools-b87547f413ce7cc482d0490786c03b79a3c93197.zip
Updated date
Diffstat (limited to 't/01-Locales.t')
-rw-r--r--t/01-Locales.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-Locales.t b/t/01-Locales.t
index c284008f..550e776d 100644
--- a/t/01-Locales.t
+++ b/t/01-Locales.t
@@ -9,7 +9,7 @@ BEGIN {
ok( my $o = ManaTools::Shared::Locales->new({domain_name => 'manatools'}), 'create');
is( $o->N_("test"), 'test', 'N_' );
-ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2015'), 'N');
+ok(my $cr = $o->N("Copyright (C) %s Mageia community", '2012-2016'), 'N');
diag "Copyright string is: < " . ($cr ? $cr : "none") . " >";
done_testing;