Author: nextgens
Date: 2007-05-16 09:35:40 +0000 (Wed, 16 May 2007)
New Revision: 13256
Modified:
trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
fix a l10n problem reported by drantin
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-05-15
18:48:19 UTC (rev 13255)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-05-16
09:35:40 UTC (rev 13256)
@@ -220,7 +220,7 @@
DarknetConnectionsToadlet.triedToAddSelf=You can't add your own node to the
list of remote peers.
DarknetConnectionsToadlet.alreadyInReferences=We already have the given
reference.
DarknetConnectionsToadlet.sendMessageTitle=Send Node to Node Text Message
-DarknetConnectionsToadlet.confirmRemoveNode=Are you sure you wish to remove
"+peerNodes[i].getName()+" ? Before it has at least one week downtime, it's not
recommended to do so, as it may be down only temporarily, and many users cannot
run their nodes 24x7.
+DarknetConnectionsToadlet.confirmRemoveNode=Are you sure you wish to remove
"${name}" ? Before it has at least one week downtime, it's not recommended to
do so, as it may be down only temporarily, and many users cannot run their
nodes 24x7.
DarknetConnectionsToadlet.confirmRemoveNodeWarningTitle=Node Removal
DarknetConnectionsToadlet.confirmRemoveNodeTitle=Please confirm
DarknetConnectionsToadlet.remove=Remove it!
@@ -904,4 +904,4 @@
CSSTokenizerFilter.deletedUnmatchedChar=ignored unmatched char:
CSSTokenizerFilter.invalidURLContents=Invalid contents of url()
CSSTokenizerFilter.unknownAtIdentifierLabel=Unknown @identifier:
-End
\ No newline at end of file
+End