warning message should be translated

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9403 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas
2003-09-22 03:01:12 +00:00
parent 54a12c76a1
commit 49427df427

View File

@@ -1,6 +1,5 @@
/********************************************************************\
* option-util.c -- GNOME<->guile option interface *
* Copyright (C) 1998,1999 Linas Vepstas *
* Copyright (C) 2000 Dave Peticolas *
* *
* This program is free software; you can redistribute it and/or *
@@ -34,6 +33,7 @@
#include "gnc-engine-util.h"
#include "gnc-err-popup.h"
#include "guile-mappings.h"
#include "messages.h"
#include <g-wrap-wct.h>
@@ -1732,7 +1732,7 @@ gnc_commit_option(GNCOption *option)
name = gnc_option_name(option);
section = gnc_option_section(option);
gnc_send_gui_error("There is a problem with option %s:%s.\n%s",
gnc_send_gui_error(_("There is a problem with option %s:%s.\n%s"),
section ? section : "(null)",
name ? name : "(null)",
message ? message : "(null)");