diff options
| author | Alexandre Prokoudine <alexandre.prokoudine@gmail.com> | 2012-11-26 03:34:49 +0000 |
|---|---|---|
| committer | Alexandre Prokoudine <alexandre@darkroom> | 2012-11-26 03:34:49 +0000 |
| commit | 98e8bcc657ebe691185e787f8ddab7e17a02962a (patch) | |
| tree | 9223c2071fd6c5300b3445d21fd81e3a23ffdbf2 /src/widgets/desktop-widget.cpp | |
| parent | Made a few user-visible messages translatable (diff) | |
| download | inkscape-98e8bcc657ebe691185e787f8ddab7e17a02962a.tar.gz inkscape-98e8bcc657ebe691185e787f8ddab7e17a02962a.zip | |
Marked even more user visible messages for translation
(bzr r11900)
Diffstat (limited to 'src/widgets/desktop-widget.cpp')
| -rw-r--r-- | src/widgets/desktop-widget.cpp | 8 |
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 = ""; |
