mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-18 18:02:47 +08:00
the 'unknown' filetype description shouldn't be tranlated, since it is never used
darcs-hash:20060123154923-ac50b-bd7f826f77d33d26070b231ba630459e45ae6937.gz
This commit is contained in:
parent
7d645ccc53
commit
9853286bf9
|
@ -293,7 +293,7 @@ void get_desc( wchar_t *fn, string_buffer_t *sb, int is_cmd )
|
|||
sb_append2( sb, desc, L", ", (void *)0 );
|
||||
if( sz < 0 )
|
||||
{
|
||||
sb_append( sb, _(L"unknown") );
|
||||
sb_append( sb, L"unknown" );
|
||||
}
|
||||
else if( sz < 1 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user