[vlc-commits] [Git][videolan/vlc][master] chromecast: Fix button grammar

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu Mar 26 11:37:08 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
40efd51c by Dave Nicolson at 2026-03-26T12:06:20+01:00
chromecast: Fix button grammar

- - - - -


2 changed files:

- modules/stream_out/chromecast/cast.cpp
- modules/stream_out/dlna/dlna.cpp


Changes:

=====================================
modules/stream_out/chromecast/cast.cpp
=====================================
@@ -1063,7 +1063,7 @@ bool sout_stream_sys_t::UpdateOutput( sout_stream_t *p_stream )
         {
             int res = vlc_dialog_wait_question( p_stream,
                           VLC_DIALOG_QUESTION_WARNING,
-                         _("Cancel"), _("OK"), _("Ok, Don't warn me again"),
+                         _("Cancel"), _("OK"), _("OK, don't warn me again"),
                          _("Performance warning"),
                          _("Casting this video requires conversion. "
                            "This conversion can use all the available power and "


=====================================
modules/stream_out/dlna/dlna.cpp
=====================================
@@ -367,7 +367,7 @@ int sout_stream_sys_t::UpdateOutput( sout_stream_t *p_stream )
         {
             int res = vlc_dialog_wait_question( p_stream,
                           VLC_DIALOG_QUESTION_WARNING,
-                         _("Cancel"), _("OK"), _("Ok, Don't warn me again"),
+                         _("Cancel"), _("OK"), _("OK, don't warn me again"),
                          _("Performance warning"),
                          _("Casting this video requires conversion. "
                            "This conversion can use all the available power and "



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/40efd51c2ac72440228506703e8468041c733317

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/40efd51c2ac72440228506703e8468041c733317
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list