mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
fix i18n
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6069 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -653,13 +653,13 @@ gnc_split_register_get_date_help (VirtualLocation virt_loc,
|
||||
|
||||
static const char *
|
||||
gnc_split_register_get_inactive_date_entry (VirtualLocation virt_loc,
|
||||
gboolean translate,
|
||||
gboolean *conditionally_changed,
|
||||
gpointer user_data)
|
||||
gboolean translate,
|
||||
gboolean *conditionally_changed,
|
||||
gpointer user_data)
|
||||
{
|
||||
/* This seems to be the one that initially gets used, the InactiveDateCell
|
||||
is set to, and subsequently displayed. */
|
||||
return "Scheduled";
|
||||
return _("Scheduled");
|
||||
}
|
||||
|
||||
static const char *
|
||||
|
||||
Reference in New Issue
Block a user