diff options
Diffstat (limited to '')
-rw-r--r-- | tools/missing_keys.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/missing_keys.pl b/tools/missing_keys.pl index 7f657a41d..de7410f08 100644 --- a/tools/missing_keys.pl +++ b/tools/missing_keys.pl @@ -24,8 +24,8 @@ load_registered_keys($type); # } my %ignore_keys = ( - '%d new image' => 1, - '%d new images' => 1, + '%d new photo' => 1, + '%d new photos' => 1, '%d category updated' => 1, '%d categories updated' => 1, '%d new comment' => 1, |