Browse Source

Better English on the FatalErrorDialog

git-svn-id: http://svn.dmdirc.com/trunk@2274 00569f92-eb28-0410-84fd-f71c24880f
tags/0.5.1
Chris Smith 16 years ago
parent
commit
e735a4ca24
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/com/dmdirc/ui/swing/dialogs/error/FatalErrorDialog.java

+ 2
- 2
src/com/dmdirc/ui/swing/dialogs/error/FatalErrorDialog.java View File

@@ -117,8 +117,8 @@ public final class FatalErrorDialog extends JDialog implements ActionListener,
117 117
         
118 118
         setTitle("DMDirc: Error");
119 119
         
120
-        infoLabel.setText("DMDirc has encountered a fatal error, it is "
121
-                + "unable to recover from this error and will terminate.");
120
+        infoLabel.setText("DMDirc has encountered a fatal error, and is "
121
+                + "not able to recover. The application will now terminate.");
122 122
         
123 123
         infoLabel.setIcon(IconManager.getIconManager().getIcon("error"));
124 124
         

Loading…
Cancel
Save