mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18n: Fix forgotten string markup for translation.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18364 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
43cb79ca27
commit
52fdf3ea53
@ -32,6 +32,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
#include <glib-object.h>
|
||||
#include "gnc-sx-instance-model.h"
|
||||
#include "gnc-sx-list-tree-model-adapter.h"
|
||||
@ -482,7 +483,7 @@ _format_conditional_date(GDate *date, char *date_buf, int buf_max_length)
|
||||
{
|
||||
if (date == NULL || !g_date_valid(date))
|
||||
{
|
||||
g_stpcpy(date_buf, "never");
|
||||
g_stpcpy(date_buf, _("never"));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user