diff options
Diffstat (limited to 'properties')
-rw-r--r-- | properties/ev-properties-view.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/properties/ev-properties-view.c b/properties/ev-properties-view.c index a38846eb..e1a283bf 100644 --- a/properties/ev-properties-view.c +++ b/properties/ev-properties-view.c @@ -197,6 +197,11 @@ set_property (EvPropertiesView *properties, } if (text == NULL || text[0] == '\000') { + /* translators: This is used when a document property does + not have a value. Examples: + Author: None + Keywords: None + */ markup = g_markup_printf_escaped ("<i>%s</i>", _("None")); gtk_label_set_markup (GTK_LABEL (label), markup); g_free (markup); |