diff options
Diffstat (limited to 'shell/e-shell-settings-dialog.c')
-rw-r--r-- | shell/e-shell-settings-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index a99a0dfc54..4161cba791 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -94,8 +94,8 @@ page_new (const char *title, gdk_pixbuf_ref (icon); page = g_new (Page, 1); - page->title = g_strdup (_(title)); - page->description = g_strdup (_(description)); + page->title = g_strdup (title); + page->description = g_strdup (description); page->icon = icon; page->type = type; page->priority = priority; |