This commit is contained in:
2022-07-03 21:12:46 +00:00
parent 0a54013ee4
commit 384a78535c
3 changed files with 16 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ namespace AyaNovaQBI
{
get
{
if (ckNothing.Checked) return "<nothing / remove link>";
if (ckNothing.Checked) return "Nothing / Remove link";
return ((DataRowView)cbQBItems.SelectedItem).Row[0].ToString();
}
}