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 | |
parent | 54879fb12408a9e48d8e20bde41c0a4c0e3d85c0 (diff) |
Remove space in translation files
-rw-r--r-- | locales/fr_FR/translations.php | 2 | ||||
-rw-r--r-- | locales/pl_PL/translations.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/locales/fr_FR/translations.php b/locales/fr_FR/translations.php index 37156b67..76e4fc37 100644 --- a/locales/fr_FR/translations.php +++ b/locales/fr_FR/translations.php @@ -168,5 +168,5 @@ return array( 'Backlog' => 'En attente', 'Work in progress' => 'En cours', 'Done' => 'Terminé', - 'Application version: ' => 'Version de l\'application :' + 'Application version:' => 'Version de l\'application :' ); 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 :' ); |