Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Apr 30, 2024
1 parent 95f29c4 commit 48fa5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .localize/TR.csv
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Portal\Category\Portal.Category.TR.xaml,Portal.Category.ComicBooks,Çizgi Romanl
Portal\Category\Portal.Category.TR.xaml,Portal.Category.DigitalArt,Dijital Sanat
Portal\Category\Portal.Category.TR.xaml,Portal.Category.Dynamic,Dinamik
Portal\Category\Portal.Category.TR.xaml,Portal.Category.EnchantedForests,Büyülü Ormanlar
Portal\Category\Portal.Category.TR.xaml,Portal.Category.Fantasy,Fantazi
Portal\Category\Portal.Category.TR.xaml,Portal.Category.Fantasy,Fantezi
Portal\Category\Portal.Category.TR.xaml,Portal.Category.FilmandTV,Film ve Dizi
Portal\Category\Portal.Category.TR.xaml,Portal.Category.FoodandDrinks,Yiyecek ve İçecekler
Portal\Category\Portal.Category.TR.xaml,Portal.Category.Galaxy,Galaksi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<system:String x:Key="Portal.Category.DigitalArt">Dijital Sanat</system:String>
<system:String x:Key="Portal.Category.Dynamic">Dinamik</system:String>
<system:String x:Key="Portal.Category.EnchantedForests">Büyülü Ormanlar</system:String>
<system:String x:Key="Portal.Category.Fantasy">Fantazi</system:String>
<system:String x:Key="Portal.Category.Fantasy">Fantezi</system:String>
<system:String x:Key="Portal.Category.FilmandTV">Film ve Dizi</system:String>
<system:String x:Key="Portal.Category.FoodandDrinks">Yiyecek ve İçecekler</system:String>
<system:String x:Key="Portal.Category.Galaxy">Galaksi</system:String>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private void InitializeViewModel()
IsExpand = true
};

InputMode.LeftIcon.Symbol = SymbolRegular.KeyboardMouse16;
InputMode.LeftIcon.Symbol = SymbolRegular.HandDraw24;
InputMode.Title.Text = SRER.GetValue("Portal", "WallpaperSettingPage", "InputMode");
InputMode.Description.Text = SRER.GetValue("Portal", "WallpaperSettingPage", "InputMode", "Description");

Expand Down

0 comments on commit 48fa5ad

Please sign in to comment.