summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-05-07 12:26:58 +0300
committerAndrei Karas <akaras@inbox.ru>2013-05-07 12:26:58 +0300
commitf9ff092b70d407c84b15b0a7371324d6b66ff5ca (patch)
tree73f1368c31263ba950a2357a933eeb08fb9127bf
parenta00dea8005b6d939e846a5a50fdbc2adf001cd78 (diff)
downloadmv-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.tar.gz
mv-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.tar.bz2
mv-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.tar.xz
mv-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.zip
improve connection dialog.
-rw-r--r--src/gui/connectiondialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/connectiondialog.cpp b/src/gui/connectiondialog.cpp
index e5406441b..f6a80c91e 100644
--- a/src/gui/connectiondialog.cpp
+++ b/src/gui/connectiondialog.cpp
@@ -44,7 +44,7 @@ ConnectionDialog::ConnectionDialog(const std::string &text,
ProgressIndicator *const progressIndicator = new ProgressIndicator;
Label *const label = new Label(this, text);
Button *const cancelButton = new Button(
- // TRANSLATORS: connection dialog button
+ // TRANSLATORS: connection dialog button
this, _("Cancel"), "cancelButton", this);
place(0, 0, progressIndicator);