mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Merge branch 'gio-tool-info-translator-comments' into 'main'
gio-tool-info: Move translator comments so they’re visible See merge request GNOME/glib!3528
This commit is contained in:
commit
3ee019c036
@ -161,8 +161,8 @@ show_info (GFile *file, GFileInfo *info)
|
||||
g_file_info_get_display_name (info) : NULL;
|
||||
if (name)
|
||||
{
|
||||
/* Translators: This is a noun and represents and attribute of a file */
|
||||
flatten = flatten_string (name);
|
||||
/* Translators: This is a noun and represents and attribute of a file */
|
||||
g_print (_("display name: %s\n"), flatten);
|
||||
g_free (flatten);
|
||||
}
|
||||
@ -171,8 +171,8 @@ show_info (GFile *file, GFileInfo *info)
|
||||
g_file_info_get_edit_name (info) : NULL;
|
||||
if (name)
|
||||
{
|
||||
/* Translators: This is a noun and represents and attribute of a file */
|
||||
flatten = flatten_string (name);
|
||||
/* Translators: This is a noun and represents and attribute of a file */
|
||||
g_print (_("edit name: %s\n"), flatten);
|
||||
g_free (flatten);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user