mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
The root account name should never be visible, so no need to mark it
for translation. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15887 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
78587b5a02
commit
eac1893c3d
@ -569,7 +569,7 @@ gnc_account_create_root (QofBook *book)
|
||||
rpriv = GET_PRIVATE(root);
|
||||
xaccAccountBeginEdit(root);
|
||||
rpriv->type = ACCT_TYPE_ROOT;
|
||||
CACHE_REPLACE(rpriv->accountName, _("Root Account"));
|
||||
CACHE_REPLACE(rpriv->accountName, "Root Account");
|
||||
xaccAccountCommitEdit(root);
|
||||
gnc_book_set_root_account(book, root);
|
||||
return root;
|
||||
|
Loading…
Reference in New Issue
Block a user