diff options
author | Martin Wimpress <[email protected]> | 2015-06-09 22:26:27 +0100 |
---|---|---|
committer | Martin Wimpress <[email protected]> | 2015-06-09 22:26:27 +0100 |
commit | f60b5cb313b654553f1837b92c6306e1d15dc6ed (patch) | |
tree | e192d008d980ee4de1f64ac452467007be920e29 /sendto | |
parent | 94ad319b51bff9c5d05bcc8a9b4d9052ebe282da (diff) | |
parent | 4678d3a77749faf6c7dd54d7a4f592d729d00de6 (diff) | |
download | caja-extensions-f60b5cb313b654553f1837b92c6306e1d15dc6ed.tar.bz2 caja-extensions-f60b5cb313b654553f1837b92c6306e1d15dc6ed.tar.xz |
Merge pull request #17 from piotrjurkiewicz/master
Consistent capitalization of commands
Diffstat (limited to 'sendto')
-rw-r--r-- | sendto/caja-nste.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sendto/caja-nste.c b/sendto/caja-nste.c index 62b62b4..9814f74 100644 --- a/sendto/caja-nste.c +++ b/sendto/caja-nste.c @@ -75,12 +75,12 @@ caja_nste_get_file_items (CajaMenuProvider *provider, if (one_item && !caja_file_info_is_directory ((CajaFileInfo *)files->data)) { item = caja_menu_item_new ("CajaNste::sendto", - _("Send To..."), + _("Send to..."), _("Send file by mail, instant message..."), "document-send"); } else { item = caja_menu_item_new ("CajaNste::sendto", - _("Send To..."), + _("Send to..."), _("Send files by mail, instant message..."), "document-send"); } |