[totem/wip/hadess/lang-menus: 1/6] main: Fix copy/paste error in translator comment



commit d628a08c5c663f9be375f46a94d7ddac207f6d97
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Feb 13 23:05:21 2019 +0100

    main: Fix copy/paste error in translator comment
    
    "None" only appears for subtitles selection, not for audio track
    selection.

 src/totem-menu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/totem-menu.c b/src/totem-menu.c
index fd86ef62b..119b3dfd8 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -427,7 +427,7 @@ create_lang_actions (GMenu *menu,
        GHashTable *lookup;
 
        if (is_lang == FALSE) {
-               /* Translators: an entry in the "Languages" menu, used to choose the audio language of a DVD 
*/
+               /* Translators: an entry in the "Languages" menu, used to choose the subtitle language of a 
DVD */
                add_lang_action (menu, action, _("None"), -2, 0);
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]