diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 3574a34f..5164c64b 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -905,7 +905,7 @@ namespace SparkleShare { SparkleHelpers.DebugInfo ("Config", "Created public key '" + key_file_name + ".pub'"); File.Copy (key_file_path + ".pub", - Path.Combine (SparklePath, "Your key.txt")); + Path.Combine (SparklePath, UserName + "'s key.txt")); };