Skip to content

Commit

Permalink
to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
chenguanzhou committed Feb 10, 2016
1 parent b400436 commit 775e3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MarkDownEditor/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public override void Cleanup()
private string markdownSourceTempPath = Path.GetTempFileName();
private string previewSourceTempPath = Path.GetTempFileName() + ".html";

public string Title => DocumentTitle + (IsModified ? "(*)" : "") + " ---- MarkDown Editor Alpha";
public string Title => DocumentTitle + (IsModified ? "(*)" : "") + " ---- MarkDown Editor Beta";

private CultureInfo cultureInfo = new CultureInfo(Properties.Settings.Default.Language);
public CultureInfo CultureInfo
Expand Down

0 comments on commit 775e3fd

Please sign in to comment.