Skip to content
Snippets Groups Projects
Commit b55163c0 authored by Marvin Scholz's avatar Marvin Scholz Committed by Jean-Baptiste Kempf
Browse files

macosx: use _PNS instead of _ANS

parent ae436e97
No related branches found
No related tags found
1 merge request!26macOS interface: Various localization improvements
......@@ -352,7 +352,7 @@ typedef NS_ENUM(NSInteger, VLCObjectType) {
/* this special case is needed to due to archiac legacy translations of the File menu
* on the Mac to the German translation which resulted in 'Ablage' instead of 'Datei'.
* This remains until the present day and does not affect the Windows world. */
[_fileMenu setTitle: _ANS("1:File")];
[_fileMenu setTitle: _PNS("macOS MainMenu", "File")];
[_open_generic setTitle: _NS("Advanced Open File...")];
[_open_file setTitle: _NS("Open File...")];
[_open_disc setTitle: _NS("Open Disc...")];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment