summaryrefslogtreecommitdiff
path: root/components/text/nautilus-text-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/text/nautilus-text-view.c')
-rw-r--r--components/text/nautilus-text-view.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/text/nautilus-text-view.c b/components/text/nautilus-text-view.c
index 56453db43..e5c10cf6a 100644
--- a/components/text/nautilus-text-view.c
+++ b/components/text/nautilus-text-view.c
@@ -50,6 +50,7 @@
#include <gnome.h>
#include <gtk/gtkeventbox.h>
+#include <libgnome/gnome-i18n.h>
#include <libgnomevfs/gnome-vfs.h>
#include <ghttp.h>
@@ -184,7 +185,7 @@ nautilus_text_view_initialize (NautilusTextView *text_view)
/* FIXME: eventually, get this from preferences */
/* set up the default font */
- text_view->details->font_name = g_strdup ("helvetica");
+ text_view->details->font_name = g_strdup (_("helvetica"));
/* allocate a vbox to contain the text widget */