diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/addressbook/e-book-shell-backend.c | 4 | ||||
-rw-r--r-- | modules/addressbook/e-book-shell-content.c | 12 | ||||
-rw-r--r-- | modules/addressbook/e-book-shell-sidebar.c | 4 | ||||
-rw-r--r-- | modules/calendar/e-cal-shell-backend.c | 4 | ||||
-rw-r--r-- | modules/calendar/e-cal-shell-sidebar.c | 12 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-backend.c | 4 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-content.c | 8 | ||||
-rw-r--r-- | modules/calendar/e-memo-shell-sidebar.c | 8 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-backend.c | 4 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-content.c | 8 | ||||
-rw-r--r-- | modules/calendar/e-task-shell-sidebar.c | 8 | ||||
-rw-r--r-- | modules/mail/e-mail-shell-content.c | 8 |
12 files changed, 42 insertions, 42 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c index 1166cd61c3..1a9c58befd 100644 --- a/modules/addressbook/e-book-shell-backend.c +++ b/modules/addressbook/e-book-shell-backend.c @@ -593,8 +593,8 @@ book_shell_backend_class_init (EBookShellBackendClass *class) PROP_SOURCE_LIST, g_param_spec_object ( "source-list", - _("Source List"), - _("The registry of address books"), + "Source List", + "The registry of address books", E_TYPE_SOURCE_LIST, G_PARAM_READABLE)); } diff --git a/modules/addressbook/e-book-shell-content.c b/modules/addressbook/e-book-shell-content.c index 9642627844..e83658a248 100644 --- a/modules/addressbook/e-book-shell-content.c +++ b/modules/addressbook/e-book-shell-content.c @@ -361,8 +361,8 @@ book_shell_content_class_init (EBookShellContentClass *class) PROP_CURRENT_VIEW, g_param_spec_object ( "current-view", - _("Current View"), - _("The currently selected address book view"), + "Current View", + "The currently selected address book view", E_TYPE_ADDRESSBOOK_VIEW, G_PARAM_READWRITE)); @@ -371,8 +371,8 @@ book_shell_content_class_init (EBookShellContentClass *class) PROP_PREVIEW_CONTACT, g_param_spec_object ( "preview-contact", - _("Previewed Contact"), - _("The contact being shown in the preview pane"), + "Previewed Contact", + "The contact being shown in the preview pane", E_TYPE_CONTACT, G_PARAM_READWRITE)); @@ -381,8 +381,8 @@ book_shell_content_class_init (EBookShellContentClass *class) PROP_PREVIEW_VISIBLE, g_param_spec_boolean ( "preview-visible", - _("Preview is Visible"), - _("Whether the preview pane is visible"), + "Preview is Visible", + "Whether the preview pane is visible", TRUE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); diff --git a/modules/addressbook/e-book-shell-sidebar.c b/modules/addressbook/e-book-shell-sidebar.c index 24a0997173..5ff6c2902c 100644 --- a/modules/addressbook/e-book-shell-sidebar.c +++ b/modules/addressbook/e-book-shell-sidebar.c @@ -178,8 +178,8 @@ book_shell_sidebar_class_init (EBookShellSidebarClass *class) PROP_SELECTOR, g_param_spec_object ( "selector", - _("Source Selector Widget"), - _("This widget displays groups of address books"), + "Source Selector Widget", + "This widget displays groups of address books", E_TYPE_SOURCE_SELECTOR, G_PARAM_READABLE)); } diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c index 5560d018cc..20ab7cf844 100644 --- a/modules/calendar/e-cal-shell-backend.c +++ b/modules/calendar/e-cal-shell-backend.c @@ -774,8 +774,8 @@ cal_shell_backend_class_init (ECalShellBackendClass *class) PROP_SOURCE_LIST, g_param_spec_object ( "source-list", - _("Source List"), - _("The registry of calendars"), + "Source List", + "The registry of calendars", E_TYPE_SOURCE_LIST, G_PARAM_READABLE)); } diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c index abe4132fa4..2f48755b77 100644 --- a/modules/calendar/e-cal-shell-sidebar.c +++ b/modules/calendar/e-cal-shell-sidebar.c @@ -738,8 +738,8 @@ cal_shell_sidebar_class_init (ECalShellSidebarClass *class) PROP_DATE_NAVIGATOR, g_param_spec_object ( "date-navigator", - _("Date Navigator Widget"), - _("This widget displays a miniature calendar"), + "Date Navigator Widget", + "This widget displays a miniature calendar", E_TYPE_CALENDAR, G_PARAM_READABLE)); @@ -748,8 +748,8 @@ cal_shell_sidebar_class_init (ECalShellSidebarClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Calendar Client"), - _("Default client for calendar operations"), + "Default Calendar Client", + "Default client for calendar operations", E_TYPE_CAL, G_PARAM_READABLE)); @@ -758,8 +758,8 @@ cal_shell_sidebar_class_init (ECalShellSidebarClass *class) PROP_SELECTOR, g_param_spec_object ( "selector", - _("Source Selector Widget"), - _("This widget displays groups of calendars"), + "Source Selector Widget", + "This widget displays groups of calendars", E_TYPE_SOURCE_SELECTOR, G_PARAM_READABLE)); diff --git a/modules/calendar/e-memo-shell-backend.c b/modules/calendar/e-memo-shell-backend.c index 28065ba4a9..aba190b1bd 100644 --- a/modules/calendar/e-memo-shell-backend.c +++ b/modules/calendar/e-memo-shell-backend.c @@ -584,8 +584,8 @@ memo_shell_backend_class_init (EMemoShellBackendClass *class) PROP_SOURCE_LIST, g_param_spec_object ( "source-list", - _("Source List"), - _("The registry of memo lists"), + "Source List", + "The registry of memo lists", E_TYPE_SOURCE_LIST, G_PARAM_READABLE)); } diff --git a/modules/calendar/e-memo-shell-content.c b/modules/calendar/e-memo-shell-content.c index d56a6105d1..279f063035 100644 --- a/modules/calendar/e-memo-shell-content.c +++ b/modules/calendar/e-memo-shell-content.c @@ -604,8 +604,8 @@ memo_shell_content_class_init (EMemoShellContentClass *class) PROP_MODEL, g_param_spec_object ( "model", - _("Model"), - _("The memo table model"), + "Model", + "The memo table model", E_TYPE_CAL_MODEL, G_PARAM_READABLE)); @@ -614,8 +614,8 @@ memo_shell_content_class_init (EMemoShellContentClass *class) PROP_PREVIEW_VISIBLE, g_param_spec_boolean ( "preview-visible", - _("Preview is Visible"), - _("Whether the preview pane is visible"), + "Preview is Visible", + "Whether the preview pane is visible", TRUE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); diff --git a/modules/calendar/e-memo-shell-sidebar.c b/modules/calendar/e-memo-shell-sidebar.c index 8a840f760e..87b65e59b5 100644 --- a/modules/calendar/e-memo-shell-sidebar.c +++ b/modules/calendar/e-memo-shell-sidebar.c @@ -674,8 +674,8 @@ memo_shell_sidebar_class_init (EMemoShellSidebarClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Memo Client"), - _("Default client for memo operations"), + "Default Memo Client", + "Default client for memo operations", E_TYPE_CAL, G_PARAM_READABLE)); @@ -684,8 +684,8 @@ memo_shell_sidebar_class_init (EMemoShellSidebarClass *class) PROP_SELECTOR, g_param_spec_object ( "selector", - _("Source Selector Widget"), - _("This widget displays groups of memo lists"), + "Source Selector Widget", + "This widget displays groups of memo lists", E_TYPE_SOURCE_SELECTOR, G_PARAM_READABLE)); diff --git a/modules/calendar/e-task-shell-backend.c b/modules/calendar/e-task-shell-backend.c index 4307ef945f..18261b27a0 100644 --- a/modules/calendar/e-task-shell-backend.c +++ b/modules/calendar/e-task-shell-backend.c @@ -594,8 +594,8 @@ task_shell_backend_class_init (ETaskShellBackendClass *class) PROP_SOURCE_LIST, g_param_spec_object ( "source-list", - _("Source List"), - _("The registry of task lists"), + "Source List", + "The registry of task lists", E_TYPE_SOURCE_LIST, G_PARAM_READABLE)); } diff --git a/modules/calendar/e-task-shell-content.c b/modules/calendar/e-task-shell-content.c index 910b4da48e..fdbfa758a4 100644 --- a/modules/calendar/e-task-shell-content.c +++ b/modules/calendar/e-task-shell-content.c @@ -626,8 +626,8 @@ task_shell_content_class_init (ETaskShellContentClass *class) PROP_MODEL, g_param_spec_object ( "model", - _("Model"), - _("The task table model"), + "Model", + "The task table model", E_TYPE_CAL_MODEL, G_PARAM_READABLE)); @@ -636,8 +636,8 @@ task_shell_content_class_init (ETaskShellContentClass *class) PROP_PREVIEW_VISIBLE, g_param_spec_boolean ( "preview-visible", - _("Preview is Visible"), - _("Whether the preview pane is visible"), + "Preview is Visible", + "Whether the preview pane is visible", TRUE, G_PARAM_READWRITE | G_PARAM_CONSTRUCT)); diff --git a/modules/calendar/e-task-shell-sidebar.c b/modules/calendar/e-task-shell-sidebar.c index 102553136f..8c29df8823 100644 --- a/modules/calendar/e-task-shell-sidebar.c +++ b/modules/calendar/e-task-shell-sidebar.c @@ -674,8 +674,8 @@ task_shell_sidebar_class_init (ETaskShellSidebarClass *class) PROP_DEFAULT_CLIENT, g_param_spec_object ( "default-client", - _("Default Task Client"), - _("Default client for task operations"), + "Default Task Client", + "Default client for task operations", E_TYPE_CAL, G_PARAM_READABLE)); @@ -684,8 +684,8 @@ task_shell_sidebar_class_init (ETaskShellSidebarClass *class) PROP_SELECTOR, g_param_spec_object ( "selector", - _("Source Selector Widget"), - _("This widget displays groups of task lists"), + "Source Selector Widget", + "This widget displays groups of task lists", E_TYPE_SOURCE_SELECTOR, G_PARAM_READABLE)); diff --git a/modules/mail/e-mail-shell-content.c b/modules/mail/e-mail-shell-content.c index 7192fdade5..2113dde9ab 100644 --- a/modules/mail/e-mail-shell-content.c +++ b/modules/mail/e-mail-shell-content.c @@ -672,8 +672,8 @@ mail_shell_content_class_init (EMailShellContentClass *class) PROP_GROUP_BY_THREADS, g_param_spec_boolean ( "group-by-threads", - _("Group by Threads"), - _("Whether to group messages by threads"), + "Group by Threads", + "Whether to group messages by threads", FALSE, G_PARAM_READWRITE)); @@ -682,8 +682,8 @@ mail_shell_content_class_init (EMailShellContentClass *class) PROP_PREVIEW_VISIBLE, g_param_spec_boolean ( "preview-visible", - _("Preview is Visible"), - _("Whether the preview pane is visible"), + "Preview is Visible", + "Whether the preview pane is visible", TRUE, G_PARAM_READWRITE)); |