diff options
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 501fddca0..c050d9764 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -323,7 +323,7 @@ ephy_embed_shell_class_init (EphyEmbedShellClass *klass) object_properties[PROP_MODE] = g_param_spec_enum ("mode", "Mode", - "The global mode f or this instance of Epiphany .", + "The global mode for this instance of Epiphany .", EPHY_TYPE_EMBED_SHELL_MODE, EPHY_EMBED_SHELL_MODE_BROWSER, G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | |