diff options
author | Kess Vargavind <vargavind@gmail.com> | 2009-07-26 16:52:53 +0200 |
---|---|---|
committer | Kess Vargavind <vargavind@gmail.com> | 2009-07-26 16:52:53 +0200 |
commit | c98665d62a089c978189662c3f526464365f08fa (patch) | |
tree | b6ac1a86376827ea411393f10775c2a6c5ae94c9 /src/gui/connectiondialog.cpp | |
parent | c7d5d825999912892d99c295ba7b583eaaa884ff (diff) | |
download | mana-c98665d62a089c978189662c3f526464365f08fa.tar.gz mana-c98665d62a089c978189662c3f526464365f08fa.tar.bz2 mana-c98665d62a089c978189662c3f526464365f08fa.tar.xz mana-c98665d62a089c978189662c3f526464365f08fa.zip |
Gettext fixes
And a Swedish translation of the desktop file.
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 1c3b7ff5..9e361173 100644 --- a/src/gui/connectiondialog.cpp +++ b/src/gui/connectiondialog.cpp @@ -31,7 +31,7 @@ #include "utils/gettext.h" ConnectionDialog::ConnectionDialog(State previousState): - Window("Info"), mProgress(0), mPreviousState(previousState) + Window(_("Info")), mProgress(0), mPreviousState(previousState) { setContentSize(200, 100); |