summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorFelix Möller <mail@felixmoeller.de>2012-08-01 20:21:42 +0200
committerAlexander Larsson <alexl@redhat.com>2012-08-23 11:24:56 +0200
commit6b169c89550793c1edd06ad9e245ab3ddce76669 (patch)
tree8779dd49bbe818baf4df6846a831587e5d8accef /programs
parent1223c3ab4a35aa3ce4f5eca49355f470d69c3d7a (diff)
downloadgvfs-6b169c89550793c1edd06ad9e245ab3ddce76669.tar.gz
Adding a translator comment for misleading attribute name
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=595070
Diffstat (limited to 'programs')
-rw-r--r--programs/gvfs-info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/programs/gvfs-info.c b/programs/gvfs-info.c
index e74b0f33..6e915c53 100644
--- a/programs/gvfs-info.c
+++ b/programs/gvfs-info.c
@@ -152,10 +152,12 @@ show_info (GFileInfo *info)
name = g_file_info_get_display_name (info);
if (name)
+ /* Translators: This is a noun and represents and attribute of a file */
g_print (_("display name: %s\n"), name);
name = g_file_info_get_edit_name (info);
if (name)
+ /* Translators: This is a noun and represents and attribute of a file */
g_print (_("edit name: %s\n"), name);
name = g_file_info_get_name (info);