aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-main.c')
-rw-r--r--src/ephy-main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 828365dd8..b3f0dc30c 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -504,6 +504,9 @@ main (int argc,
N_("GNOME Web Browser"),
N_("GNOME Web Browser options"),
NULL, NULL);
+
+ g_option_group_set_translation_domain (option_group, GETTEXT_PACKAGE);
+
g_option_group_add_entries (option_group, option_entries);
g_option_context_set_main_group (option_context, option_group);