diff options
author | Jasmine Hassan <[email protected]> | 2012-11-07 01:54:48 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-16 09:45:53 +0200 |
commit | 01a922551d410ecb11e4eb1477cfe3f33bff3491 (patch) | |
tree | 07bb1f3f22967a8bdce7c0fbdfe31b2e242359db /libcaja-private | |
parent | 29bf2205fbea100f3b799560a4d5b4ffece1ac53 (diff) | |
download | caja-01a922551d410ecb11e4eb1477cfe3f33bff3491.tar.bz2 caja-01a922551d410ecb11e4eb1477cfe3f33bff3491.tar.xz |
[column-utilities] fix a TODO about a missing description string
http://git.gnome.org/browse/nautilus/commit/?id=0f8dcf2ac394121c488afdf0fecc2b7afeb673b6
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/caja-column-utilities.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcaja-private/caja-column-utilities.c b/libcaja-private/caja-column-utilities.c index d649f518..1ba570df 100644 --- a/libcaja-private/caja-column-utilities.c +++ b/libcaja-private/caja-column-utilities.c @@ -127,8 +127,7 @@ get_builtin_columns (void) "name", "where", "attribute", "where", "label", _("Location"), - /* TODO: Change after string freeze over */ - "description", _("Location"), + "description", _("The location of the file."), NULL)); return columns; |