diff options
author | Claude Paroz <claude@2xlibre.net> | 2010-02-06 13:20:00 +0100 |
---|---|---|
committer | Claude Paroz <claude@2xlibre.net> | 2010-02-06 13:20:00 +0100 |
commit | ebca4f18692c06e8af724317a82328a84514e6b0 (patch) | |
tree | 0b63393b43508ebbe464b5b8ca8ca7955c5a055f /src/file-manager/fm-directory-view.c | |
parent | cd49c551d46a41d803d8bb76c7bef6d395e14369 (diff) | |
download | nautilus-ebca4f18692c06e8af724317a82328a84514e6b0.tar.gz |
Fix copy-pasted tooltip string
Diffstat (limited to 'src/file-manager/fm-directory-view.c')
-rw-r--r-- | src/file-manager/fm-directory-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/file-manager/fm-directory-view.c b/src/file-manager/fm-directory-view.c index a4dfead07..3eb1ebbab 100644 --- a/src/file-manager/fm-directory-view.c +++ b/src/file-manager/fm-directory-view.c @@ -7437,11 +7437,11 @@ static const GtkActionEntry directory_view_entries[] = { G_CALLBACK (action_move_to_home_callback) }, /* name, stock id, label */ {FM_ACTION_COPY_TO_DESKTOP, NAUTILUS_ICON_DESKTOP, N_("_Desktop"), NULL, - N_("Copy the current selection to the home folder"), + N_("Copy the current selection to the desktop"), G_CALLBACK (action_copy_to_desktop_callback) }, /* name, stock id, label */ {FM_ACTION_MOVE_TO_DESKTOP, NAUTILUS_ICON_DESKTOP, N_("_Desktop"), NULL, - N_("Move the current selection to the home folder"), + N_("Move the current selection to the desktop"), G_CALLBACK (action_move_to_desktop_callback) }, }; |