[nautilus] send-to: use Send to... for the label
- From: Carlos Soriano Sánchez <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] send-to: use Send to... for the label
- Date: Mon, 31 Aug 2015 12:06:57 +0000 (UTC)
commit 7acd94420d8c80591055f82684703bcec5f18278
Author: Carlos Soriano <csoriano gnome org>
Date: Mon Aug 31 14:02:46 2015 +0200
send-to: use Send to... for the label
We were using "Email.." for the label, but mockups use
"Send to..." which feels more intuitive.
Eventually we want to provide more options to send files via
sharing or so. For now, just use the same functionality we had
previously, just email.
https://bugzilla.gnome.org/show_bug.cgi?id=745654
nautilus-sendto-extension/nautilus-nste.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/nautilus-sendto-extension/nautilus-nste.c b/nautilus-sendto-extension/nautilus-nste.c
index 92f347e..29830f5 100644
--- a/nautilus-sendto-extension/nautilus-nste.c
+++ b/nautilus-sendto-extension/nautilus-nste.c
@@ -93,12 +93,12 @@ nautilus_nste_get_file_items (NautilusMenuProvider *provider,
if (one_item &&
!nautilus_file_info_is_directory ((NautilusFileInfo *)files->data)) {
item = nautilus_menu_item_new ("NautilusNste::sendto",
- _("Email…"),
+ _("Send to…"),
_("Send file by mail…"),
"document-send");
} else {
item = nautilus_menu_item_new ("NautilusNste::sendto",
- _("Email…"),
+ _("Send to…"),
_("Send files by mail…"),
"document-send");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]