Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
9b14e523
Commit
9b14e523
authored
Dec 28, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx/CAS: Rename 'Convert & Save' to 'Convert and Stream'
parent
ff241764
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
modules/gui/macosx/ConvertAndSave.m
modules/gui/macosx/ConvertAndSave.m
+2
-2
modules/gui/macosx/MainMenu.m
modules/gui/macosx/MainMenu.m
+1
-1
No files found.
modules/gui/macosx/ConvertAndSave.m
View file @
9b14e523
...
...
@@ -146,8 +146,8 @@ static VLCConvertAndSave *_o_sharedInstance = nil;
-
(
void
)
awakeFromNib
{
[
_window
setTitle
:
_NS
(
"Convert & S
ave
"
)];
[
_ok_btn
setTitle
:
_NS
(
"
Save
"
)];
[
_window
setTitle
:
_NS
(
"Convert & S
tream
"
)];
[
_ok_btn
setTitle
:
_NS
(
"
Go!
"
)];
[
_drop_lbl
setStringValue
:
_NS
(
"Drop media here"
)];
[
_drop_btn
setTitle
:
_NS
(
"Open media..."
)];
[
_profile_lbl
setStringValue
:
_NS
(
"Choose Profile"
)];
...
...
modules/gui/macosx/MainMenu.m
View file @
9b14e523
...
...
@@ -288,7 +288,7 @@ static VLCMainMenu *_o_sharedInstance = nil;
[
o_mi_open_capture
setTitle
:
_NS
(
"Open Capture Device..."
)];
[
o_mi_open_recent
setTitle
:
_NS
(
"Open Recent"
)];
[
o_mi_open_wizard
setTitle
:
_NS
(
"Streaming/Exporting Wizard..."
)];
[
o_mi_convertandsave
setTitle
:
_NS
(
"Convert / S
ave
..."
)];
[
o_mi_convertandsave
setTitle
:
_NS
(
"Convert / S
tream
..."
)];
[
o_mu_edit
setTitle
:
_NS
(
"Edit"
)];
[
o_mi_cut
setTitle
:
_NS
(
"Cut"
)];
...
...
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