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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 052ef3979..4305d8175 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -223,7 +223,7 @@ main (int argc, char *argv[])
program = gnome_program_init (PACKAGE, VERSION,
LIBGNOMEUI_MODULE, argc, argv,
GNOME_PARAM_POPT_TABLE, popt_options,
- GNOME_PARAM_HUMAN_READABLE_NAME, _("Ephy"),
+ GNOME_PARAM_HUMAN_READABLE_NAME, _("Epiphany Web Browser"),
GNOME_PARAM_APP_DATADIR, DATADIR,
NULL);