pidgin/gtkutils.c

changeset 15442
2ff7f5308727
parent 15435
4b933b06d75e
child 15474
673a21839b11
equal deleted inserted replaced
15441:4c4192958900 15442:2ff7f5308727
1407 if (g_file_test(filename, G_FILE_TEST_IS_DIR)) { 1407 if (g_file_test(filename, G_FILE_TEST_IS_DIR)) {
1408 char *str; 1408 char *str;
1409 1409
1410 str = g_strdup_printf(_("Cannot send folder %s."), basename); 1410 str = g_strdup_printf(_("Cannot send folder %s."), basename);
1411 gaim_notify_error(NULL, NULL, 1411 gaim_notify_error(NULL, NULL,
1412 str,_("Gaim cannot transfer a folder. You will need to send the files within individually")); 1412 str,_(PIDGIN_NAME " cannot transfer a folder. You will need to send the files within individually"));
1413 1413
1414 g_free(str); 1414 g_free(str);
1415 1415
1416 continue; 1416 continue;
1417 } 1417 }

mercurial