commit 7a8bcbd2072498a7b9e0fba4a5c6a60f60d8cf85
parent 82bd80a3403ef1c7603d3d0148ac371d2c285852
Author: wwp <subscript@free.fr>
Date: Sat, 11 Sep 2021 23:04:06 +0200
g_error's are not translated and have no trailing new-line char.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.c b/src/main.c
@@ -1197,7 +1197,7 @@ int main(int argc, char *argv[])
MENUITEM_ADDUI("/", "Menus", NULL, GTK_UI_MANAGER_MENUBAR);
if (!g_thread_supported()) {
- g_error(_("g_thread is not supported by glib.\n"));
+ g_error("g_thread is not supported by glib.");
}
#ifdef G_OS_WIN32