summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/desktop-widget.cpp')
-rw-r--r--src/widgets/desktop-widget.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp
index 05053f6fd..cc441cc1c 100644
--- a/src/widgets/desktop-widget.cpp
+++ b/src/widgets/desktop-widget.cpp
@@ -817,10 +817,10 @@ SPDesktopWidget::updateTitle(gchar const* uri)
gchar const *fname = uri;
GString *name = g_string_new ("");
- gchar const *grayscalename = "(grayscale) ";
- gchar const *grayscalenamecomma = ", grayscale";
- gchar const *printcolorsname = "(print colors preview) ";
- gchar const *printcolorsnamecomma = ", print colors preview";
+ gchar const *grayscalename = _("(grayscale) ");
+ gchar const *grayscalenamecomma = _(", grayscale");
+ gchar const *printcolorsname = _("(print colors preview) ");
+ gchar const *printcolorsnamecomma = _(", print colors preview");
gchar const *colormodename = "";
gchar const *colormodenamecomma = "";
gchar const *modifiedname = "";