| 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 } |