summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-02-18 18:08:21 +0100
committerBastien Nocera <hadess@hadess.net>2019-02-18 18:09:59 +0100
commitca67b8999defb3c4510a897b7c1c8ea95c7ce862 (patch)
tree02765b33a4f9573a0c1ee744a266a07c70dbf7b5 /src
parent66b21619e0adb2bdbe57797d578b0ca416a1cbf9 (diff)
downloadtotem-ca67b8999defb3c4510a897b7c1c8ea95c7ce862.tar.gz
main: Really fix translator comment
Commit d628a08c5c fixed it half-way, now also fix the menu name.
Diffstat (limited to 'src')
-rw-r--r--src/totem-menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-menu.c b/src/totem-menu.c
index 9cb4f7c43..9f7dfdf44 100644
--- a/src/totem-menu.c
+++ b/src/totem-menu.c
@@ -527,7 +527,7 @@ create_lang_actions (GMenu *menu,
guint i;
if (is_lang == FALSE) {
- /* Translators: an entry in the "Languages" menu, used to choose the subtitle language of a DVD */
+ /* Translators: an entry in the "Subtitles" menu, used to choose the subtitle language of a DVD */
add_lang_action (menu, action, _("None"), -2);
}