--- gigedit/trunk/src/gigedit/MacrosSetup.cpp 2019/01/27 15:58:04 3457 +++ gigedit/trunk/src/gigedit/MacrosSetup.cpp 2019/01/31 18:43:09 3458 @@ -1,5 +1,5 @@ /* - Copyright (c) MMXVII - MMXVIII Christian Schoenebeck + Copyright (c) MMXVII - MMXIX Christian Schoenebeck This file is part of "gigedit" and released under the terms of the GNU General Public License version 2. @@ -752,7 +752,7 @@ //gchar* msg = g_strdup_printf(_("Apply changes to macro \"%s\" before closing?"), // m_macroOriginal->Name.c_str()); - gchar* msg = g_strdup_printf(_("Apply changes to macro list before closing?")); + gchar* msg = g_strdup(_("Apply changes to macro list before closing?")); Gtk::MessageDialog dialog(*this, msg, false, Gtk::MESSAGE_WARNING, Gtk::BUTTONS_NONE); g_free(msg); dialog.set_secondary_text(_("If you close without applying, your changes will be lost."));