mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue