From f9c37dab917ba7965fa7d6242ee738b58add6e4d Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Wed, 18 Feb 2015 00:38:12 +0100 Subject: [PATCH] Improve a bit the translation --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fb294df..874add9 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ### Info -A chat client that uses shared folders to Dropbox. -Made using python 3 and Tk interface. +A chat client that uses Dropbox shared folders. +Made using python 3 and Tk. ### Instructions First usage: @@ -13,11 +13,11 @@ First usage: From the menu bar select: * Profile -> "User Name" and enter your name. * Conversation -> "New File" or "Open File .." and choose a text file -Write a message in the text box and press return to enter it in the file. -Once written, the file is synced with Dropbox so that others can respond. +Write a message in the text box and press return to write it in the file. +Once written, the file is synced with Dropbox so that others can reply. -Recent files are listed in the sidebar and on the last used is reopened at startup. -To permanently delete a file, simply move it to the trash while to remove the reference from the right-click on the file in the sidebar and select "Delete". +Recent files are listed in the sidebar and the last used is reopened at startup. +To permanently delete a file, simply move it to the trash while to remove the reference right-click on the file in the sidebar and select "Delete". ### Building A setup is included to convert Dropchat into a binary using py2exe or py2app. @@ -28,4 +28,4 @@ Usage: ### License Dual licensed under the MIT and GPL licenses: http://www.opensource.org/licenses/mit-license.php -http://www.gnu.org/licenses/gpl.html \ No newline at end of file +http://www.gnu.org/licenses/gpl.html