mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-26 10:51:09 -06:00
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:
parent
a793a65528
commit
2594f31a86
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user