Skip to content

Commit

Permalink
Missed a period in new dialog text
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Jan 19, 2016
1 parent 2e8e4db commit 43888ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/gx/terminix/application.d
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public:
if (testVTEConfig()) {
warnedVTEConfigIssue = true;
string msg = _("There appears to be an issue with the configuration of the terminal.\n" ~
"This issue is not serious, but correcting it will improve your experience\n" ~
"This issue is not serious, but correcting it will improve your experience.\n" ~
"Click the link below for more information:");
string title = "<span weight='bold' size='larger'>" ~ _("Configuration Issue Detected") ~ "</span>";
MessageDialog dlg = new MessageDialog(getActiveWindow(), DialogFlags.MODAL, MessageType.WARNING, ButtonsType.OK, null, null);
Expand Down

0 comments on commit 43888ed

Please sign in to comment.