Add English text for “node not connected” error message.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Nov 2008 01:49:46 +0000 (02:49 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 15 Nov 2008 01:52:44 +0000 (02:52 +0100)
src/net/pterodactylus/jsite/i18n/jSite.properties

index da96425..842d682 100644 (file)
@@ -60,6 +60,9 @@ mainWindow.error.hostnameUnresolvable.message: The hostname \u201c{0}\u201d can
 mainWindow.error.notConnected.title: Not Connected
 mainWindow.error.notConnected.message: You are not connected to a node.
 
+mainWindow.error.nodeNotConnected.title: Node \u201c{0}\u201d not Connected
+mainWindow.error.nodeNotConnected.message: You are not connected to node \u201c{0}\u201d.\nPlease connect to the node and retry.
+
 mainWindow.question.deleteNode.title: Really Remove Node?
 mainWindow.question.deleteNode.message: <html>You are about to remove the node \u201c{0}\u201d!<br>Do you want to continue?</html>