I18n string improvements

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12181 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2005-12-23 22:19:08 +00:00
parent a793a65528
commit 2594f31a86

View File

@ -24,6 +24,7 @@
#include <glib.h>
#include <glib/gprintf.h>
#include <glib/gi18n.h>
#include "qof.h"
@ -58,7 +59,7 @@ gnc_budget_new(QofBook *book)
recurrenceSet(&budget->recurrence, 1, PERIOD_MONTH, NULL);
gnc_budget_set_name(budget, "Unnamed Budget");
gnc_budget_set_name(budget, _("Unnamed Budget"));
gnc_budget_set_description(budget, "");
gnc_budget_set_num_periods(budget, 12);