Commit 4ed7283c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: The menu title should be Information... not Information.

parent 8fecaa83
......@@ -430,7 +430,7 @@
[o_mi_delete setTitle: _NS("Delete")];
[o_mi_recursive_expand setTitle: _NS("Expand Node")];
[o_mi_selectall setTitle: _NS("Select All")];
[o_mi_info setTitle: _NS("Information")];
[o_mi_info setTitle: _NS("Information...")];
[o_mi_preparse setTitle: _NS("Get Stream Information")];
[o_mi_sort_name setTitle: _NS("Sort Node by Name")];
[o_mi_sort_author setTitle: _NS("Sort Node by Author")];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment