--- gigedit/trunk/src/gigedit/MacroEditor.cpp 2019/01/27 10:07:54 3455 +++ gigedit/trunk/src/gigedit/MacroEditor.cpp 2019/01/27 10:07:56 3456 @@ -1,5 +1,5 @@ /* - Copyright (c) MMXVII 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. @@ -504,7 +504,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 before closing?")); + gchar* msg = g_strdup(_("Apply changes to macro 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."));