Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos committed Apr 5, 2024
1 parent fa677c0 commit fcd32b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VK UI3/Views/ModalsPages/EditTrack.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public EditTrack(string path)
this.Loaded += EditTrack_Loaded;
this.Unloaded += EditTrack_Unloaded;

Save.Content = "Çàãðóçèòü";
Save.Content = "Загрузить";
}

public EditTrack(Audio audio)
Expand Down Expand Up @@ -89,7 +89,7 @@ private void EditTrack_Loaded(object sender, RoutedEventArgs e)
{
artist.Text = file.Tag.Artists[0];
}
else artist.Text = "Èñïîëíèòåëü íå óêàçàí";
else artist.Text = "Исполнитель не указан";
if (file.Tag.Title != null || file.Tag.Title != "")
{

Expand Down

0 comments on commit fcd32b1

Please sign in to comment.