summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2015-01-19 09:10:37 +0200
committerRobert Roth <robert.roth.off@gmail.com>2015-01-20 09:22:05 +0200
commit22e89a9176a334d181b836c0fcf3109631e77092 (patch)
tree6e1713b82bfb670574cf28c33be84fab995e0c59
parente8a819179c3e32b3213d9d6d99ab9aa3081df3f4 (diff)
downloadnautilus-22e89a9176a334d181b836c0fcf3109631e77092.tar.gz
Rename Location to Parent Folder - bug #47678
-rw-r--r--src/nautilus-properties-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-properties-window.c b/src/nautilus-properties-window.c
index c8a130550..1412bcfd8 100644
--- a/src/nautilus-properties-window.c
+++ b/src/nautilus-properties-window.c
@@ -2995,7 +2995,7 @@ create_basic_page (NautilusPropertiesWindow *window)
append_blank_row (grid);
if (should_show_location_info (window)) {
- append_title_and_ellipsizing_value (window, grid, _("Location:"),
+ append_title_and_ellipsizing_value (window, grid, _("Parent Folder:"),
"where",
INCONSISTENT_STATE_STRING,
location_show_original (window));