Revision 1790 trunk/client/gui/config.c

config.c (revision 1790)
53 53
        config_folders_update_folders();
54 54
    }
55 55

                
56
    if (!strcmp(label, _("Automatic NZB import"))) {
56
    if (!strcmp(label, _("Auto NZB import"))) {
57 57
        config_autoimport_update_folders();
58 58
    }
59 59

                
... ...
149 149
/* GDirectoryMonitor isn't available yet for OSX */
150 150
#ifndef __APPLE__
151 151
    gtk_list_store_append(store, &iter);
152
    gtk_list_store_set(store, &iter, 0, _("Automatic NZB import"), 1, vboxAutoImport, -1);
152
    gtk_list_store_set(store, &iter, 0, _("Auto NZB import"), 1, vboxAutoImport, -1);
153 153
#endif
154 154
#endif
155 155

                

Also available in: Unified diff