[nautilus: 1/2] list-view: Fix "row expanded" typo
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus: 1/2] list-view: Fix "row expanded" typo
- Date: Tue, 20 Mar 2018 14:30:03 +0000 (UTC)
commit 99fa9e298b289b643aab14286479676ec85dfd24
Author: Alexandru Fazakas <alex fazakas97 yahoo com>
Date: Mon Mar 19 23:59:18 2018 +0200
list-view: Fix "row expanded" typo
The text was supposed to be "row expanded", but was missing
an 'n' and 'uri' should be capitalized.
src/nautilus-list-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-list-view.c b/src/nautilus-list-view.c
index 8dc0a0988..c69f14394 100644
--- a/src/nautilus-list-view.c
+++ b/src/nautilus-list-view.c
@@ -818,7 +818,7 @@ row_expanded_callback (GtkTreeView *treeview,
}
uri = nautilus_directory_get_uri (directory);
- DEBUG ("Row expaded callback for uri %s", uri);
+ DEBUG ("Row expanded callback for URI %s", uri);
g_free (uri);
nautilus_files_view_add_subdirectory (NAUTILUS_FILES_VIEW (view), directory);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]