diff --git a/src/filetransfers_window.py b/src/filetransfers_window.py
index ac4d3eb5b11ef757f6364d3585c7f52fe3afaab1..bcc67ce78c72a261298ae680ee6e0ae0d54d9db0 100644
--- a/src/filetransfers_window.py
+++ b/src/filetransfers_window.py
@@ -251,11 +251,11 @@ class FileTransfersWindow:
     def show_hash_error(self, jid, file_props, account):
         def on_yes(dummy):
             # Request the file to the sender
-            sid = gajim.connections[account].start_file_transfer(jid, 
-                                                            file_props, 
+            sid = gajim.connections[account].start_file_transfer(jid,
+                                                            file_props,
                                                                 True)
             file_props['sid'] = sid
-            
+
 
         if file_props['type'] == 'r':
             file_name = os.path.basename(file_props['file-name'])
@@ -876,7 +876,7 @@ class FileTransfersWindow:
             self.continue_menuitem.set_no_show_all(True)
 
         else:
-            label = _('_Continue')
+            label = _('Continue')
             self.pause_button.set_label(label)
             self.pause_button.set_image(gtk.image_new_from_stock(
                     gtk.STOCK_MEDIA_PLAY, gtk.ICON_SIZE_MENU))