Browse Source

Translate to english

Kenneth van Ewijk 10 năm trước cách đây
mục cha
commit
f81c526255
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      MusicPlayer/MusicPlayer/SongsTable.cs

+ 2 - 2
MusicPlayer/MusicPlayer/SongsTable.cs

@@ -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));