File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments