mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #556713 - inconsistency in report options
Use "Reset defaults" instead of "Use defaults, as suggested by Derek. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19372 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
7c529cc30b
commit
748b85f4fc
@ -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 (_("Use defaults"));
|
||||
reset_button = gtk_button_new_with_label (_("Reset defaults"));
|
||||
gtk_tooltips_set_tip(tooltips, reset_button,
|
||||
_("Reset all values to their defaults."), NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user