GNOME Bugzilla – Bug 583472
1024x768 is XGA, not WXGA
Last modified: 2009-05-22 12:08:51 UTC
#: ../pitivi/ui/exportsettingswidget.py:44 msgid "WXGA (1024x768)" msgstr "WXGA (1024x768)" http://en.wikipedia.org/wiki/WXGA
Indeed, that's an error I made when looking up those names.
so... should we: * convert the string to XGA (1024x768) ? * keep WXGA and put the proper resolution (1366x768) ? * both ?
If i read correctly exportsettingswidget.py, the preset is nominally set to 1024x768: (_("WXGA (1024x768)"), 1024, 768, 30.0, 1.0), So the fix is really to rename WXGA to XGA. Now if you want to offer more presets with higher resolutions, that's a design decision left to developers...
It was more in the sense of breaking the string freeze :) Ok, will replace it by XGA. That string shouldn't have to be translated anyway AFAICS.
commit 21707e11bea44ab5955ed1a179c95ce529baeee0 Author: Edward Hervey <bilboed@bilboed.com> Date: Fri May 22 14:12:21 2009 +0200 exportsettingswidget: 1024x768 is XGA and not WXGA. Fixes #583472