Skip to content

Commit

Permalink
Merge pull request #74 from voldyman/about-typos
Browse files Browse the repository at this point in the history
Fixes typos in "About" dialog
  • Loading branch information
voldyman committed Mar 24, 2016
2 parents 68b296a + c3fe6f8 commit ef29ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Widgets/AboutDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class AboutDialog : Gtk.AboutDialog {
program_name = MarkMyWords.APP_NAME;
logo_icon_name = MarkMyWords.ICON_NAME;

comments = "A text editor that allows you to easily format your" +
"text using the markdown markup langauge.";
comments = "A text editor that allows you to easily format your " +
"text using the markdown markup language.";

website = "http://github.com/voldyman/MarkMyWords";
version = MarkMyWords.APP_VERSION;
Expand All @@ -28,4 +28,4 @@ public class AboutDialog : Gtk.AboutDialog {
this.destroy ();
}
}
}
}

0 comments on commit ef29ef4

Please sign in to comment.