mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Rename Transaction and Invoice Associations to Document Links.
More clearly describes the actions and is more consistent with other software (e.g. Libre Office). This commit primarily changes the translatable strings, though it also removes the Remove menu item because that can be done in the Manage dialog box.
This commit is contained in:
@@ -908,13 +908,13 @@ gnc_get_association_str (char association_flag)
|
||||
switch (association_flag)
|
||||
{
|
||||
case WASSOC:
|
||||
return C_("Association flag for 'web'", "w");
|
||||
return C_("Document Link flag for 'web'", "w");
|
||||
case FASSOC:
|
||||
return C_("Association flag for 'file'", "f");
|
||||
return C_("Document Link flag for 'file'", "f");
|
||||
case ' ':
|
||||
return " ";
|
||||
default:
|
||||
PERR("Bad association flag");
|
||||
PERR("Bad link flag");
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user