]> granicus.if.org Git - transmission/commitdiff
(trunkg gtk) fix confusing phrasing in the gtk preferences dialog
authorCharles Kerr <charles@transmissionbt.com>
Thu, 29 Oct 2009 17:04:49 +0000 (17:04 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Thu, 29 Oct 2009 17:04:49 +0000 (17:04 +0000)
gtk/tr-prefs.c

index dc166899d399405218486f506f02e282760a3f50..f3265597c68d16724b27e957fb7ff3acef015ffd 100644 (file)
@@ -302,7 +302,7 @@ torrentPage( GObject * core )
     w = new_check_button( s, PREF_KEY_TRASH_ORIGINAL, core );
     hig_workarea_add_wide_control( t, &row, w );
 
-    s = _( "Keep _incomplete files in:" );
+    s = _( "Keep _incomplete torrents in:" );
     l = new_check_button( s, TR_PREFS_KEY_INCOMPLETE_DIR_ENABLED, core );
     w = new_path_chooser_button( TR_PREFS_KEY_INCOMPLETE_DIR, core );
     gtk_widget_set_sensitive( GTK_WIDGET( w ), pref_flag_get( TR_PREFS_KEY_INCOMPLETE_DIR_ENABLED ) );