diff options
author | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 16:41:09 -0500 |
---|---|---|
committer | Frédéric Guillot <contact@fredericguillot.com> | 2014-02-21 16:41:09 -0500 |
commit | a42403ee458f4731bc3e9f7219030091b920dd17 (patch) | |
tree | af8a17978c73235cbcee4609446d1f27645b2593 /locales/pl_PL/translations.php | |
parent | 54879fb12408a9e48d8e20bde41c0a4c0e3d85c0 (diff) |
Remove space in translation files
Diffstat (limited to 'locales/pl_PL/translations.php')
-rw-r--r-- | locales/pl_PL/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 752850a9..2c7a8ea3 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -168,5 +168,5 @@ return array( 'Backlog' => 'Log', 'Work in progress' => 'W trakcie', 'Done' => 'Zakończone', - 'Application version: ' => 'Wersja aplikacji :' + 'Application version:' => 'Wersja aplikacji :' ); |