diff --git a/ChangeLog b/ChangeLog index 870cc7aa..55d9ddfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-11-18 Curtis Gedak + + * src/DialogFeatures.cc: Added translator comment. + 2008-11-14 Curtis Gedak * include/DialogFeatures.h, diff --git a/src/DialogFeatures.cc b/src/DialogFeatures.cc index 56ddd3d8..c583d82b 100644 --- a/src/DialogFeatures.cc +++ b/src/DialogFeatures.cc @@ -90,7 +90,8 @@ DialogFeatures::DialogFeatures() //initialize icons icon_yes = render_icon( Gtk::Stock::APPLY, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ; icon_no = render_icon( Gtk::Stock::CANCEL, Gtk::ICON_SIZE_LARGE_TOOLBAR ) ; - + + /*TO TRANSLATORS: This is a button that will search again for the software tools installed and then refresh the screen with the file system actions supported. */ add_button( _("Rescan Support"), Gtk::RESPONSE_OK ); add_button( Gtk::Stock::CLOSE, Gtk::RESPONSE_CLOSE ) ->grab_focus() ; show_all_children() ;