This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user