From 0b4d4ddcbc509f2ee6ed8c21b06b2a307da59139 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sun, 21 Jun 2015 15:42:30 +0000
Subject: [PATCH] update hardcoded tags

---
 apps/routerconsole/java/strings/Strings.java | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/apps/routerconsole/java/strings/Strings.java b/apps/routerconsole/java/strings/Strings.java
index 5a45fd770d..4629380179 100644
--- a/apps/routerconsole/java/strings/Strings.java
+++ b/apps/routerconsole/java/strings/Strings.java
@@ -34,6 +34,7 @@ class Dummy {
         // note that if the wording changes in i2ptunnel.config, we have to
         // keep the old string here as well for existing installs
         _("shared clients");
+        _("shared clients (DSA)");
         _("IRC proxy");
         _("eepsite");
         _("I2P webserver");
@@ -79,21 +80,5 @@ class Dummy {
         _("port");
         // capabilities
         _("caps");
-        // introducer host
-        _("ihost0");
-        _("ihost1");
-        _("ihost2");
-        // introducer port
-        _("iport0");
-        _("iport1");
-        _("iport2");
-        // introducer key
-        _("ikey0");
-        _("ikey1");
-        _("ikey2");
-        // introducer tag
-        _("itag0");
-        _("itag1");
-        _("itag2");
     }
 }
-- 
GitLab