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 164184 - Misplacement of comments
Misplacement of comments
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
5.5.x
Other All
: Normal normal
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks:
 
 
Reported: 2005-01-15 20:36 UTC by Frank Arnold
Modified: 2005-01-18 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Frank Arnold 2005-01-15 20:36:07 UTC
Please describe the problem:
File: gcalctool/syntax_translation.c

All comments in there should made BEFORE associated string. Otherwise
translators see the comment of the previous translatebale string.



Steps to reproduce:
Example:
{ N_("abs") }, /* Absolute value */
{ N_("acosh") }, /* Inversion of hyperbolic cosine */

would lead to following po entry

#. Absolute value
#: gcalctool/syntax_translation.c:37
msgid "acosh"
msgstr ""


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Rich Burridge 2005-01-18 16:49:19 UTC
Changes to fix this checked into CVS HEAD. Version number in
configure.in bumped to 5.5.27. No plans to generate a new gcalctool
tarball just yet. Expect one of those the next time there is
a call for tarballs.