mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-04 18:33:36 -05: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user