aboutsummaryrefslogtreecommitdiffstats
path: root/t/01-Locales.t
diff options
context:
space:
mode:
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;