openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #11087
[Bug 814877] Re: Song/Bible import crash in Hungarian
Hello,
Actually this is not a problem in the source code, but in the Hungarian
translation file. This string was not translated correctly:
http://pootle.projecthq.biz/hu/openlp/translate.html?unit=116950
The translation for "Open %s File" was "% fájl megnyitása". The missing
"s" caused this. However, I changed the string to "%s fájl megnyitása",
thus this bug should be fixed in the next nightly build.
Cheers :-)
PS: Thank you for translating OpenLP :-)
** Changed in: openlp
Importance: Undecided => High
** Changed in: openlp
Status: New => Fix Committed
** Changed in: openlp
Milestone: None => 1.9.7
** Changed in: openlp
Assignee: (unassigned) => Andreas Preikschat (googol)
** Changed in: openlp
Importance: High => Medium
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/814877
Title:
Song/Bible import crash in Hungarian
Status in OpenLP - Worship Presentation Software:
Fix Committed
Bug description:
OpenLP is crashed on Bible/Song import, when you click on file picker.
Steps to reproduce:
1. Switch to Hungarian
2. Select File>Import>Song/Bible
3. Press Next
4. Click on file picker: crash
This bug does not affect other languages! I'm the Hungarian translator :-(
- Operating System: WindowsXP & Ubuntu 11.04
- OpenLP 1.9.6
- Log:
1) Song import:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openlp/plugins/songs/forms/songimportform.py", line 490, in onOpenLP2BrowseButtonClicked
self.getFileName(WizardStrings.OpenTypeFile % UiStrings().OLPV2,
TypeError: a float is required
2) Bible import:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/openlp/plugins/bibles/forms/bibleimportform.py", line 528, in onOsisBrowseButtonClicked
self.getFileName(WizardStrings.OpenTypeFile % WizardStrings.OSIS,
TypeError: a float is required
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/814877/+subscriptions
References