r18595 - gnucash/trunk/src/report/report-gnome - Use string saved-reports-2.4 in the description of the save report action.
Andreas Köhler
andi5 at code.gnucash.org
Sun Jan 31 16:12:18 EST 2010
Author: andi5
Date: 2010-01-31 16:12:18 -0500 (Sun, 31 Jan 2010)
New Revision: 18595
Trac: http://svn.gnucash.org/trac/changeset/18595
Modified:
gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
Log:
Use string saved-reports-2.4 in the description of the save report action.
Modified: gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
===================================================================
--- gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c 2010-01-31 20:03:23 UTC (rev 18594)
+++ gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c 2010-01-31 21:12:18 UTC (rev 18595)
@@ -976,7 +976,7 @@
G_CALLBACK (gnc_plugin_page_report_reload_cb) },
{ "ReportSaveAction", GTK_STOCK_SAVE, N_("Add _Report"), "",
N_("Add the current report to the `Custom' menu for later use. "
- "The report will be saved in the file ~/.gnucash/saved-reports-2.0. "
+ "The report will be saved in the file ~/.gnucash/saved-reports-2.4. "
"It will be accessible as menu entry in the report menu at the "
"next startup of GnuCash."),
G_CALLBACK(gnc_plugin_page_report_save_cb) },
More information about the gnucash-changes
mailing list