diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-07 12:26:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-07 12:26:58 +0300 |
commit | f9ff092b70d407c84b15b0a7371324d6b66ff5ca (patch) | |
tree | 73f1368c31263ba950a2357a933eeb08fb9127bf /src/gui/connectiondialog.cpp | |
parent | a00dea8005b6d939e846a5a50fdbc2adf001cd78 (diff) | |
download | plus-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.tar.gz plus-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.tar.bz2 plus-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.tar.xz plus-f9ff092b70d407c84b15b0a7371324d6b66ff5ca.zip |
improve connection dialog.
Diffstat (limited to 'src/gui/connectiondialog.cpp')
-rw-r--r-- | src/gui/connectiondialog.cpp | 2 |
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); |