fixed wording for Bookmarks

This commit is contained in:
2010-06-04 19:26:58 +00:00
parent 84126b7aee
commit 0d12eeddfb
2 changed files with 13 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ namespace Volian.Controls.Library
{
if (_CurItemInfo == null)
{
MessageBox.Show("Cannot set bookmark on this item.");
MessageBox.Show("Cannot set a bookmark on this item.");
return;
}
_MyBookMarks.Add(_CurItemInfo);