--- gigedit/trunk/src/gigedit/ReferencesView.cpp 2015/09/20 08:49:40 2844 +++ gigedit/trunk/src/gigedit/ReferencesView.cpp 2015/09/20 10:18:22 2845 @@ -14,7 +14,7 @@ ReferencesView::ReferencesView(Gtk::Window& parent) : Gtk::Dialog("", parent, true), m_sample(NULL), - m_closeButton(Gtk::Stock::CLOSE), m_descriptionLabel() + m_closeButton(_("_Close"), true), m_descriptionLabel() { set_title("Nothing selected");