diff --git a/src/system/libroot/os/find_directory.c b/src/system/libroot/os/find_directory.c index c737e0964e..d8c1b2ef79 100644 --- a/src/system/libroot/os/find_directory.c +++ b/src/system/libroot/os/find_directory.c @@ -201,7 +201,7 @@ find_directory(directory_which which, dev_t device, bool createIt, case B_TRASH_DIRECTORY: // TODO: eventually put that into the file system API? if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs")) - template = "Trash"; // TODO: add suffix for current user + template = "trash"; // TODO: add suffix for current user else if (!strcmp(fsInfo.fsh_name, "fat")) template = "RECYCLED/_BEOS_"; break;