Skip to content

Commit

Permalink
update indonesian translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MrC0rrupted committed Nov 2, 2022
1 parent 082ddfd commit 77234df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WinLaunch/Windows/InstantSettings.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,8 @@ private void btnLoadBackup_Click(object sender, RoutedEventArgs e)
}
catch
{
//Process.Start(System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WinLaunch/"));
//throw new Exception("unable to delete some files, please do it manually (%appdata%/Roaming/WinLaunch/)");
Process.Start(System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "WinLaunch/"));
throw new Exception("unable to delete some files, please do it manually (%appdata%/Roaming/WinLaunch/)");
}

//unzip into it
Expand Down
1 change: 1 addition & 0 deletions WinLaunch/Windows/Welcome.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public partial class Welcome : Window
"#Changelog 0.7.0.0",
"---",
"- fixed windows key activation blocking shortcuts",
"- updated the Indonesian translation by jovanzers",
"",
"#Changelog 0.6.9.0",
"---",
Expand Down

0 comments on commit 77234df

Please sign in to comment.