Bug #556713 - inconsistency in report options

Final additions to this bug.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19371 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-07-15 11:11:08 +00:00
parent 3ef60aaba4
commit 7c529cc30b
2 changed files with 5 additions and 5 deletions

View File

@ -1235,7 +1235,7 @@ gnc_options_dialog_append_page(GNCOptionWin * propertybox,
gtk_box_pack_end(GTK_BOX(page_content_box), buttonbox, FALSE, FALSE, 0);
/* The reset button on each option page */
reset_button = gtk_button_new_with_label (_("Defaults"));
reset_button = gtk_button_new_with_label (_("Use defaults"));
gtk_tooltips_set_tip(tooltips, reset_button,
_("Reset all values to their defaults."), NULL);

View File

@ -74,8 +74,8 @@ const gchar *start_strings[GNC_ACCOUNTING_PERIOD_LAST] =
N_("Start of previous year"),
/* FY Strings */
N_("Start of this fiscal year"),
N_("Start of previous fiscal year"),
N_("Start of this accounting period"),
N_("Start of previous accounting period"),
};
const gchar *end_strings[GNC_ACCOUNTING_PERIOD_LAST] =
@ -90,8 +90,8 @@ const gchar *end_strings[GNC_ACCOUNTING_PERIOD_LAST] =
N_("End of previous year"),
/* FY Strings */
N_("End of this fiscal year"),
N_("End of previous fiscal year"),
N_("End of this accounting period"),
N_("End of previous accounting period"),
};