i2ptunnel ui fixes

This commit is contained in:
zzz
2010-12-14 14:50:52 +00:00
parent 1a41334e34
commit 8bcfdc3c6e
2 changed files with 4 additions and 4 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() {

View File

@ -140,6 +140,6 @@
#tunnelListPage .descriptionField label, #tunnelListPage .destinationField label {
text-align: right;
width: 150px;
height: 28px;
height: 24px;
float: left;
}