summaryrefslogtreecommitdiff
path: root/src/trg-preferences-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-24 16:46:42 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-10-24 16:46:42 +0000
commit33256bc2004f729c6829d812a3ca6c89fa7e7b7a (patch)
tree6562c1deab9d291d137873fd004a173d839e7918 /src/trg-preferences-dialog.c
parent665549404c90b6e129cac2572e5acf7861510559 (diff)
add a manpage, fix a potential crash, icon cache fix in spec file
Diffstat (limited to 'src/trg-preferences-dialog.c')
-rw-r--r--src/trg-preferences-dialog.c2
1 files changed, 1 insertions, 1 deletions
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);