diff options
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index 453e261574..657ec02a5c 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -2565,8 +2565,8 @@ message_list_class_init (MessageListClass *class) PROP_SHELL_BACKEND, g_param_spec_object ( "shell-backend", - _("Shell Backend"), - _("The mail shell backend"), + "Shell Backend", + "The mail shell backend", E_TYPE_SHELL_BACKEND, G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); |