commit 33c9a6ca39e04801e95332a4e0a087778ad8e760
parent 121dfea858507a89683c16ed417e0ac185fd16a6
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
@@ -1181,7 +1181,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