mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3ef60aaba4
commit
7c529cc30b
@ -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);
|
||||
|
||||
|
@ -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"),
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user