summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-04-14 15:48:43 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2023-04-14 15:48:43 +0000
commit1ebfe32c066e9a6725858d856d8168c25180f93f (patch)
treeda5056a2190b1488d02cb0977db4bd5507e62b79
parent5611851eb9fe8e05c8ec0510b8a88f3d27d5c1d5 (diff)
parentec03755355fd542d2e3dfeba500e2c7353f706a4 (diff)
downloadglib-1ebfe32c066e9a6725858d856d8168c25180f93f.tar.gz
Merge branch 'gio-tool-info-strings' into 'main'
gio-tool-info: Fix a duplicate attribute name in the UI See merge request GNOME/glib!3337
-rw-r--r--gio/gio-tool-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gio-tool-info.c b/gio/gio-tool-info.c
index 749bd2d13..59568ae7a 100644
--- a/gio/gio-tool-info.c
+++ b/gio/gio-tool-info.c
@@ -173,7 +173,7 @@ show_info (GFile *file, GFileInfo *info)
{
/* Translators: This is a noun and represents and attribute of a file */
flatten = flatten_string (name);
- g_print (_("display name: %s\n"), flatten);
+ g_print (_("edit name: %s\n"), flatten);
g_free (flatten);
}