Fix bug project creation with hu_HU locales (duplicate column name)

This commit is contained in:
Frederic Guillot 2015-02-12 20:06:50 -05:00
parent 1a8ca671b5
commit 8fde5df4f8
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ return array(
'Ready' => 'Kész',
'Backlog' => 'Napló',
'Work in progress' => 'Dolgozom',
'Done' => 'Kész',
'Done' => 'Csinált',
'Application version:' => 'Alkalmazás verzió:',
'Completed on %B %e, %Y at %k:%M %p' => 'Elkészült %Y.%m.%d %H:%M ..',
'%B %e, %Y at %k:%M %p' => '%Y.%m.%d %H:%M',