diff options
author | monsta <[email protected]> | 2016-07-28 15:14:29 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-07-28 15:14:29 +0300 |
commit | 921ee4b7690bd476d97b816f93339eda213342f0 (patch) | |
tree | 85720e76c6eefa88473cee7d97d6f7311c396938 /properties | |
parent | aba1bb9eb39c38d7b7159943e8d16d4fb169824c (diff) | |
download | atril-921ee4b7690bd476d97b816f93339eda213342f0.tar.bz2 atril-921ee4b7690bd476d97b816f93339eda213342f0.tar.xz |
add some missing contextual information for translators
ported from:
https://git.gnome.org/browse/evince/commit/?id=544d9b4a73011c1e5a7b1d37b05a94f761d0dc03
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); |