Skip to content

Commit 9b1539c

Browse files
committed
nemo-column-utilities.c: Add some translator comments for the
Location and Hits columns.
1 parent eb489a1 commit 9b1539c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libnemo-private/nemo-column-utilities.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ get_search_columns (void)
216216
g_object_new (NEMO_TYPE_COLUMN,
217217
"name", "search_result_count",
218218
"attribute", "search_result_count",
219+
// TRANSLATORS: This column is only useful for content search results,
220+
// and shows the number of occurrences of the search string within the file.
219221
"label", _("Hits"),
220222
"description", _("How many times the search string appeared in the file"),
221223
NULL));
@@ -234,6 +236,8 @@ get_mixed_file_list_columns (void)
234236
g_object_new (NEMO_TYPE_COLUMN,
235237
"name", "where",
236238
"attribute", "where",
239+
// TRANSLATORS: The Location column displays the parent path of a given file. This
240+
// is useful in special file listings like search results, Recents or Favorites.
237241
"label", _("Location"),
238242
"description", _("The location of the file."),
239243
"width-chars", 60,

0 commit comments

Comments
 (0)