Explorer plugin native context menu: remove "experimental" part from the native context menu checkbox

This commit is contained in:
Yusyuriv 2024-06-08 09:59:53 +06:00
parent fb9515b534
commit c42fbfd185
No known key found for this signature in database
GPG key ID: A91C52E6F73148E0

View file

@ -154,6 +154,6 @@
<!-- Native Context Menu -->
<system:String x:Key="plugin_explorer_native_context_menu_header">Native Context Menu</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu (experimental)</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_display_context_menu">Display native context menu</system:String>
<system:String x:Key="plugin_explorer_native_context_menu_guide">Below you can specify items you want to exclude from context menu, they can be partial (e.g. 'pen wit') or complete ('Open with')</system:String>
</ResourceDictionary>