[file-roller/wip/gtk4] places sidebar: clarify 'Home' for translators



commit e3079735092b0c8d3c3cf8527d9c2f8181b44329
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Oct 15 13:46:23 2022 +0200

    places sidebar: clarify 'Home' for translators

 src/fr-places-sidebar.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/fr-places-sidebar.c b/src/fr-places-sidebar.c
index 25552e46..01010410 100644
--- a/src/fr-places-sidebar.c
+++ b/src/fr-places-sidebar.c
@@ -165,6 +165,7 @@ fr_places_sidebar_init (FrPlacesSidebar *self)
        g_object_unref (location);
 
        location = _g_file_get_home ();
+       /* Translators: this is the name of the home directory. */
        row = row_box_for_file (location, _("Home"));
        if (row != NULL) {
                gtk_list_box_append (GTK_LIST_BOX (private->list_box), row);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]