[vlc-commits] [Git][videolan/vlc][master] macosx: Rename "Delete from library" to "Move to trash"
Steve Lhomme (@robUx4)
gitlab at videolan.org
Tue Jul 1 07:14:41 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
23860640 by Claudio Cambra at 2025-07-01T06:35:44+00:00
macosx: Rename "Delete from library" to "Move to trash"
This matches what the menu item actually does
Signed-off-by: Claudio Cambra <developer at claudiocambra.com>
- - - - -
1 changed file:
- modules/gui/macosx/library/VLCLibraryMenuController.m
Changes:
=====================================
modules/gui/macosx/library/VLCLibraryMenuController.m
=====================================
@@ -77,7 +77,7 @@
NSMenuItem *revealItem = [[NSMenuItem alloc] initWithTitle:_NS("Reveal in Finder") action:@selector(revealInFinder:) keyEquivalent:@""];
revealItem.target = self;
- NSMenuItem *deleteItem = [[NSMenuItem alloc] initWithTitle:_NS("Delete from Library") action:@selector(moveToTrash:) keyEquivalent:@""];
+ NSMenuItem *deleteItem = [[NSMenuItem alloc] initWithTitle:_NS("Move to Trash") action:@selector(moveToTrash:) keyEquivalent:@""];
deleteItem.target = self;
NSMenuItem *markUnseenItem = [[NSMenuItem alloc] initWithTitle:_NS("Mark as Unseen") action:@selector(markUnseen:) keyEquivalent:@""];
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/23860640e83c93a4254a85068e7be991cc7ff5ec
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/23860640e83c93a4254a85068e7be991cc7ff5ec
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list