diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-02 23:21:04 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-12-02 23:21:04 +0000 |
commit | 1d3e478536950e427ffd251f851bc945d5f64473 (patch) | |
tree | 3bf483fc3d6daa4a290161af3007e1d6ecff0707 /src | |
parent | fcc3b543f13c59b19ac4334d48ac41aed664134b (diff) |
unneded space removal
git-svn-id: http://svn.miranda-ng.org/main/trunk@7043 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/protocols/protoopts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp index 0811956fb5..4fc2330c14 100644 --- a/src/modules/protocols/protoopts.cpp +++ b/src/modules/protocols/protoopts.cpp @@ -47,8 +47,8 @@ TranslateT("This account uses legacy protocol plugin. \ Use Miranda NG options dialogs to change its preferences.")
#define welcomeMsg \
-TranslateT("Welcome to Miranda NG's account manager!\n \
-Here you can set up your IM accounts.\n\n \
+TranslateT("Welcome to Miranda NG's account manager!\n\
+Here you can set up your IM accounts.\n\n\
Select an account from the list on the left to see the available options. \
Alternatively, just click on the Plus sign underneath the list to set up a new IM account.")
|