mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Fixed radiobutton label for Macintosh line break.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
f9d6bb075c
commit
c057b0a02a
@ -485,7 +485,7 @@ edit_get_save_file_as (WEdit *edit)
|
||||
N_("&Do not change"),
|
||||
N_("&Unix format (LF)"),
|
||||
N_("&Windows/DOS format (CR LF)"),
|
||||
N_("&Macintosh format (LF)")
|
||||
N_("&Macintosh format (CR)")
|
||||
};
|
||||
|
||||
QuickWidget quick_widgets[] =
|
||||
|
Loading…
Reference in New Issue
Block a user