From 5eba762a20c5ec377b39b73133d695aeef3bc480 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Wed, 9 Jul 2014 19:09:46 +0100 Subject: [PATCH] [GTKUI] Fix text typo and mark for translation --- deluge/ui/gtkui/mainwindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/ui/gtkui/mainwindow.py b/deluge/ui/gtkui/mainwindow.py index 9e7113450..e6e72517a 100644 --- a/deluge/ui/gtkui/mainwindow.py +++ b/deluge/ui/gtkui/mainwindow.py @@ -185,7 +185,7 @@ class MainWindow(component.Component): self.load_window_state() if self.config["lock_tray"] and not self.visible(): - dialog = PasswordDialog("Enter your pasword to open Deluge.") + dialog = PasswordDialog(_("Enter your password to show Deluge...")) def on_dialog_response(response_id): if response_id == gtk.RESPONSE_OK: @@ -229,7 +229,7 @@ class MainWindow(component.Component): stop_gtk_reactor() if self.config["lock_tray"] and not self.visible(): - dialog = PasswordDialog("Enter your pasword to Quit Deluge...") + dialog = PasswordDialog(_("Enter your password to Quit Deluge...")) def on_dialog_response(response_id): if response_id == gtk.RESPONSE_OK: