Use string saved-reports-2.4 in the description of the save report action.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18595 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2010-01-31 21:12:18 +00:00
parent 6ed568ab77
commit b61418df3f

View File

@ -976,7 +976,7 @@ static GtkActionEntry report_actions[] =
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) },