phatch-dev team mailing list archive
-
phatch-dev team
-
Mailing list archive
-
Message #00788
[Bug 437852] Re: German file save uses reserved word "Tag"
This bug was fixed in the package phatch - 0.2.3-2
---------------
phatch (0.2.3-2) unstable; urgency=low
* phatch.desktop and menu files are now shipped by phatch package
(LP: #449210)
- add lintian overrides for above changes (phatch depends on phatch-cli so
everything is ok)
phatch (0.2.3-1) unstable; urgency=low
* Upstream bugfix release (Closes LP: #448845, #446725, #445943)
phatch (0.2.2-1) unstable; urgency=low
* Upstream bugfix release (Closes LP: #236548, #436595, #437161,
#437376, #437852, #439108, #439359, #440273, #440956)
* debian/control: Dropped dependency python-wxgtk2.6
-- Julien Lavergne <julien.lavergne@xxxxxxxxx> Tue, 13 Oct 2009
18:49:27 +0100
** Changed in: phatch (Ubuntu)
Status: Confirmed => Fix Released
--
German file save uses reserved word "Tag"
https://bugs.launchpad.net/bugs/437852
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.
Status in Phatch = Photo & Batch!: Fix Released
Status in “phatch” package in Ubuntu: Fix Released
Bug description:
It is not possible to use the 4th option in rename/filename dropdown dialog.
The german word for day is Tag, wich is already used as a variable in phatch.
Suggestion: use dayOfWeek, that is "WochenTag"
tested OK Fix:
#: /home/stani/sync/python/phatch/trunk/phatch/actions/time_shift.py:43
msgid "day"
msgstr "WochenTag"
It would be nice to see two digits for every number in order to comply with ISO format & readability
(NOT working here)
formField.py
160: DATE = '<%02s>-<%02s>-<%02s>'%(_t('year'), _t('month'), _t('day'))
References