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 760052 - missing flag translatable in Custom Report
missing flag translatable in Custom Report
Status: RESOLVED FIXED
Product: GnuCash
Classification: Other
Component: Business
git-maint
Other Linux
: Normal normal
: ---
Assigned To: Frank H. Ellenberger
gnucash-core-maint
Depends on:
Blocks:
 
 
Reported: 2016-01-01 20:24 UTC by Mechtilde
Modified: 2018-06-29 23:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
recent gnucash.pot (708.58 KB, text/plain)
2016-01-02 12:50 UTC, Frank H. Ellenberger
Details

Description Mechtilde 2016-01-01 20:24:54 UTC
Patch:

in file src/report/report-gnome/dialog-custom-report.c

line 315:   if (gnc_verify_dialog(crd->dialog, FALSE, "Are you sure you want to delete %s?", report_name))

should be.    if (gnc_verify_dialog(crd->dialog, FALSE, _("Are you sure you want to delete %s?"), report_name))

After fixing this please provide a new *.pot file
Comment 1 Frank H. Ellenberger 2016-01-01 22:27:37 UTC
commit b4f39eb in branch maint

This problem has been fixed in our software repository. The fix will go into the next software release. Once that release is available, you may want to check for a software upgrade provided by your Linux distribution.

I will merge the pot file in de.po after fixing the other issue, you reported on IRC: http://lists.gnucash.org/logs/2016/01/2016-01-01.html#T15:44:03
Comment 2 Frank H. Ellenberger 2016-01-02 12:50:38 UTC
Created attachment 318160 [details]
recent gnucash.pot

The desired gnucash.pot (based on commit c2598f8)
Comment 3 Frank H. Ellenberger 2016-01-05 19:11:34 UTC
Comment on attachment 318160 [details]
recent gnucash.pot

see bug 760079  for a more recent version of gnucash.pot
Comment 4 John Ralls 2018-06-29 23:45:39 UTC
GnuCash bug tracking has moved to a new Bugzilla host. This bug has been copied to https://bugs.gnucash.org/show_bug.cgi?id=760052. Please update any external references or bookmarks.