preferences > bitmap > rendering shows po file headers

Bug #1318289 reported by Masato HASHIMOTO
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Medium
jazzynico

Bug Description

PO file headers are shown in Preferences > bitmap > rendering (and will be one more).
This is because the empty strings are used in the followings:

src/ui/dialog/inkscape-preferences.cpp
1471: _page_bitmaps.add_line(false, _(""), _rendering_image_outline, "", _("When active will render images while in outline mode instead of a red box with an x. This is useful for manual tracing."));

share/filters/filters.svg.h:1
<snip> N_("") <snip>

These conflict po header:
#
#: ../share/filters/filters.svg.h:1
#: ../src/ui/dialog/inkscape-preferences.cpp:1471
msgid ""
msgstr ""
"Project-Id-Version: inkscape\n"
"Report-Msgid-Bugs-To: <email address hidden>\n"
<snip>

Version:
trunk-r13348

Build & platform:
Build 2014-05-11 on ArchLinux

Tags: i18n
jazzynico (jazzynico)
Changed in inkscape:
assignee: nobody → jazzynico (jazzynico)
importance: Undecided → Medium
milestone: none → 0.91
status: New → In Progress
tags: added: i18n
Revision history for this message
jazzynico (jazzynico) wrote :

Fixed in the trunk, revision 13350.
Thanks for the report, Masato!

Changed in inkscape:
milestone: 0.91 → none
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.