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 701016 - translator comment for "Calibrate" in wrong place, not shown in pot file
translator comment for "Calibrate" in wrong place, not shown in pot file
Status: RESOLVED OBSOLETE
Product: gnome-settings-daemon
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2013-05-25 18:41 UTC by Pavol Klačanský
Modified: 2016-09-24 13:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Comment 1 André Klapper 2013-05-27 11:43:16 UTC
Line numbers change over time, so please provide the specific string or comment in the bug report.

        /* TRANSLATORS: launches the calibration screen for the
           tablet in question */
        notify_notification_add_action (priv->calibration_notification,
                                        "run-calibration",
                                        _("Calibrate"),

Confirming, message has to be in the line proceeding the string, not 3 lines before.
Comment 2 Bastien Nocera 2013-05-28 10:25:40 UTC
(In reply to comment #1)
> Confirming, message has to be in the line proceeding the string, not 3 lines
> before.

Translator comment extraction is crap then. Mangling metadata about a string in the middle of the code is awful.
Comment 3 Bastien Nocera 2016-09-24 13:37:56 UTC
Calibration notification was removed in:
https://bugzilla.gnome.org/show_bug.cgi?id=748659