Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
41d7819d
Commit
41d7819d
authored
Jan 29, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: fixed l10n of the 'Extensions' menu
parent
f8014070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/gui/macosx/MainMenu.m
modules/gui/macosx/MainMenu.m
+2
-2
No files found.
modules/gui/macosx/MainMenu.m
View file @
41d7819d
...
...
@@ -236,6 +236,8 @@ static VLCMainMenu *_o_sharedInstance = nil;
stringByAppendingString
:
@"..."
]];
[
o_mi_checkForUpdate
setTitle
:
_NS
(
"Check for Update..."
)];
[
o_mi_prefs
setTitle
:
_NS
(
"Preferences..."
)];
[
o_mi_extensions
setTitle
:
_NS
(
"Extensions"
)];
[
o_mu_extensions
setTitle
:
_NS
(
"Extensions"
)];
[
o_mi_add_intf
setTitle
:
_NS
(
"Add Interface"
)];
[
o_mu_add_intf
setTitle
:
_NS
(
"Add Interface"
)];
[
o_mi_services
setTitle
:
_NS
(
"Services"
)];
...
...
@@ -260,8 +262,6 @@ static VLCMainMenu *_o_sharedInstance = nil;
[
o_mi_clear
setTitle
:
_NS
(
"Clear"
)];
[
o_mi_select_all
setTitle
:
_NS
(
"Select All"
)];
[
o_mu_extensions
setTitle
:
_NS
(
"Extensions"
)];
[
o_mu_controls
setTitle
:
_NS
(
"Playback"
)];
[
o_mi_play
setTitle
:
_NS
(
"Play"
)];
[
o_mi_stop
setTitle
:
_NS
(
"Stop"
)];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment