merge of '83219c8a9d6734e695b300d9eefc8786b82671a1'

and 'c5b24b88c7bba734c5412f4dd03d8dce069c5ba9'
This commit is contained in:
hiddenz
2010-12-16 15:58:32 +00:00
20 changed files with 75 additions and 28 deletions

View File

@@ -226,7 +226,7 @@ public class IndexBean {
// give the messages a chance to make it to the window
try { Thread.sleep(1000); } catch (InterruptedException ie) {}
// and give them something to look at in any case
return _("Starting tunnel") + ' ' + getTunnelName(_tunnel) + " &hellip";
return _("Starting tunnel") + ' ' + getTunnelName(_tunnel) + "…";
}
private String stop() {
@@ -239,7 +239,7 @@ public class IndexBean {
// give the messages a chance to make it to the window
try { Thread.sleep(1000); } catch (InterruptedException ie) {}
// and give them something to look at in any case
return _("Stopping tunnel") + ' ' + getTunnelName(_tunnel) + " &hellip";
return _("Stopping tunnel") + ' ' + getTunnelName(_tunnel) + "…";
}
private String saveChanges() {