From 33256bc2004f729c6829d812a3ca6c89fa7e7b7a Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Mon, 24 Oct 2011 16:46:42 +0000 Subject: add a manpage, fix a potential crash, icon cache fix in spec file --- src/trg-preferences-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trg-preferences-dialog.c') diff --git a/src/trg-preferences-dialog.c b/src/trg-preferences-dialog.c index 8755ce8..331f60e 100644 --- a/src/trg-preferences-dialog.c +++ b/src/trg-preferences-dialog.c @@ -585,7 +585,7 @@ static GtkWidget *trg_prefs_dirsPage(TrgPreferencesDialog *dlg) { t = hig_workarea_create(); - hig_workarea_add_section_title(t, &row, _("Destinations")); + hig_workarea_add_section_title(t, &row, _("Remote Download Directories")); model = gtk_list_store_new(2, G_TYPE_STRING, G_TYPE_STRING); -- cgit v1.2.3