| # | Line 187 | Line 187 | public class AEInstaller2 { | |
|---|---|---|
| 187 | boolean offline = !DepotManager.getInstance().checkConnection(); | |
| 188 | if (offline) { | |
| 189 | JOptionPane.showMessageDialog(null, | |
| 190 | < | globalBundle.getString("offlineMode.text"), |
| 191 | < | globalBundle.getString("offlineMode.title"), |
| 190 | > | globalBundle.getString("offlineModeStartup.text"), |
| 191 | > | globalBundle.getString("offlineModeStartup.title"), |
| 192 | JOptionPane.INFORMATION_MESSAGE); | |
| 193 | } | |
| 194 | Settings.getInstance().setOfflineMode(offline); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |