After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583472 - 1024x768 is XGA, not WXGA
1024x768 is XGA, not WXGA
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal normal
: 0.13.1
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-05-21 16:28 UTC by Claude Paroz
Modified: 2009-05-22 12:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Claude Paroz 2009-05-21 16:28:02 UTC
#: ../pitivi/ui/exportsettingswidget.py:44
msgid "WXGA (1024x768)"
msgstr "WXGA (1024x768)"

http://en.wikipedia.org/wiki/WXGA
Comment 1 Jean-François Fortin Tam 2009-05-21 17:40:59 UTC
Indeed, that's an error I made when looking up those names.
Comment 2 Edward Hervey 2009-05-22 10:38:47 UTC
so... should we:

* convert the string to XGA (1024x768) ?
* keep WXGA and put the proper resolution (1366x768) ?
* both ?
Comment 3 Claude Paroz 2009-05-22 11:51:17 UTC
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...
Comment 4 Edward Hervey 2009-05-22 11:59:53 UTC
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.
Comment 5 Edward Hervey 2009-05-22 12:08:51 UTC
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