diff options
| author | 2015-12-23 06:51:53 +0000 | |
|---|---|---|
| committer | 2015-12-23 06:51:53 +0000 | |
| commit | 68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7 (patch) | |
| tree | a1ef47e749f8fd9a95879f32f8d7d6080c747de6 /src/modules/avatar/libkviavatar.cpp | |
| parent | adjust message and increase dialog minimum size (diff) | |
| download | KVIrc-68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7.tar.gz KVIrc-68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7.tar.bz2 KVIrc-68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7.zip | |
improve avarar selection message
Diffstat (limited to 'src/modules/avatar/libkviavatar.cpp')
| -rw-r--r-- | src/modules/avatar/libkviavatar.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modules/avatar/libkviavatar.cpp b/src/modules/avatar/libkviavatar.cpp index 123d25168..42346dec7 100644 --- a/src/modules/avatar/libkviavatar.cpp +++ b/src/modules/avatar/libkviavatar.cpp @@ -73,9 +73,8 @@ KviAsyncAvatarSelectionDialog::KviAsyncAvatarSelectionDialog(QWidget * par,const QString msg = "<center>"; msg += __tr2qs("Please select an avatar image. " \ "The full path to a local file or an image on the Web can be used.<br>" \ - "If you wish to use a local image file, click the \"<b>Browse</b>\"" \ - "button to browse local folders.<br>" \ - "The full URL for an image (including <b>http://</b> or <b>https://</b>) can be entered manually."); + "If you wish to use a local image file, click the \"<b>Browse</b>\" button to select the desired file.<br>" \ + "The full URL for an image (including <b>http://</b> or <b>https://</b>) can also be entered manually."); msg += "</center><br>"; QLabel * l = new QLabel(msg,this); |
