GNOME Bugzilla – Bug 760052
missing flag translatable in Custom Report
Last modified: 2018-06-29 23:45:39 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
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
Created attachment 318160 [details] recent gnucash.pot The desired gnucash.pot (based on commit c2598f8)
Comment on attachment 318160 [details] recent gnucash.pot see bug 760079 for a more recent version of gnucash.pot
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.