diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-06-20 21:55:07 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-06-21 13:58:59 +0100 |
| commit | 9efef255a465f82dc5d05c3610a8e073d611d506 (patch) | |
| tree | 1c2494d51efe619ac58a9afe0d4e4eb0bd04cad7 /language/it.po | |
| parent | ef0fc35e5ce3ac85ca7088e0f270b5359625b79e (diff) | |
| download | webtrees-9efef255a465f82dc5d05c3610a8e073d611d506.tar.gz webtrees-9efef255a465f82dc5d05c3610a8e073d611d506.tar.bz2 webtrees-9efef255a465f82dc5d05c3610a8e073d611d506.zip | |
I18N: Numbers are strings
Diffstat (limited to 'language/it.po')
| -rw-r--r-- | language/it.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/it.po b/language/it.po index d1d5219b88..a82329f78e 100644 --- a/language/it.po +++ b/language/it.po @@ -57,8 +57,8 @@ msgstr " per periodo di tempo" #: includes/functions/functions_print_facts.php:192 #: includes/functions/functions_print_facts.php:197 #, php-format -msgid "#%d" -msgstr "n° %d" +msgid "#%s" +msgstr "n° %s" #: modules_v3/googlemap/module.php:851 #, php-format |
