diff options
| author | 2016-02-01 02:25:05 +0000 | |
|---|---|---|
| committer | 2016-02-02 16:25:14 +0000 | |
| commit | 0e2c0a76630dad52c45148815150964cb278ea9f (patch) | |
| tree | ab4f0f9b3524a2c250964d2181ebbd77cb1c2b0d /src/modules | |
| parent | RegisteredUserEntryDialog: remove tooltip and filed entry center formatting (diff) | |
| download | KVIrc-0e2c0a76630dad52c45148815150964cb278ea9f.tar.gz KVIrc-0e2c0a76630dad52c45148815150964cb278ea9f.tar.bz2 KVIrc-0e2c0a76630dad52c45148815150964cb278ea9f.zip | |
RegisteredUsersDialog: remove tooltip center formatting
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/reguser/RegisteredUsersDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/reguser/RegisteredUsersDialog.cpp b/src/modules/reguser/RegisteredUsersDialog.cpp index da297c3a3..c5bb8bf0b 100644 --- a/src/modules/reguser/RegisteredUsersDialog.cpp +++ b/src/modules/reguser/RegisteredUsersDialog.cpp @@ -92,11 +92,11 @@ KviRegisteredUsersListView::KviRegisteredUsersListView(QWidget * par) setRootIsDecorated(true); setSortingEnabled(true); - setToolTip(__tr2qs_ctx("<center>This is the list of registered users. " \ + setToolTip(__tr2qs_ctx("This is the list of registered users. " \ "KVIrc can automatically recognize and associate properties to them.<br>" \ "Use the buttons on the right to add, edit and remove entries. " \ "The \"notify\" column allows you to quickly add users to the notify list. " \ - "Notify list fine-tuning can be performed by editing the entry properties.</center>","register")); + "Notify list fine-tuning can be performed by editing the entry properties.","register")); } void KviRegisteredUsersListView::mousePressEvent (QMouseEvent *e) |
