From a716305b39d058147ccb93690a411a7d05b1abee Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Sat, 15 Sep 2012 10:24:08 +0100 Subject: slightly less padding and use the old no hostname set string, as I don't want to break the translation on the first thing a new user sees. --- src/trg-main-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/trg-main-window.c b/src/trg-main-window.c index c1fed1d..6f1a608 100644 --- a/src/trg-main-window.c +++ b/src/trg-main-window.c @@ -597,7 +597,7 @@ void connect_cb(GtkWidget * w, gpointer data) switch (populate_result) { case TRG_NO_HOSTNAME_SET: - msg = _("No host specified. Set it in the preferences dialog."); + msg = _("No hostname set"); break; default: msg = _("Unknown error getting settings"); @@ -2704,7 +2704,7 @@ static GObject *trg_main_window_constructor(GType type, g_signal_connect(priv->torrentTreeView, "row-activated", G_CALLBACK(torrent_tv_onRowActivated), self); - outerVbox = trg_vbox_new(FALSE, 6); + outerVbox = trg_vbox_new(FALSE, 2); /* Create a GtkAlignment to hold the outerVbox making possible * some padding. */ -- cgit v1.2.3