Translate to english

This commit is contained in:
2015-11-02 11:14:43 +01:00
parent 7b712460d2
commit f81c526255
+2 -2
View File
@@ -12,9 +12,9 @@ namespace MusicPlayer
public SongsTable() : base()
{
this.Columns.Clear();
this.Columns.Add("Naam", typeof(string));
this.Columns.Add("Name", typeof(string));
this.Columns.Add("Album", typeof(string));
this.Columns.Add("Artiest", typeof(string));
this.Columns.Add("Artist", typeof(string));
this.Columns.Add("Genre", typeof(string));
this.Columns.Add("Duration", typeof(string));
this.Columns.Add("song", typeof(Song));