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/options | |
| 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/options')
| -rw-r--r-- | src/modules/options/OptionsWidget_identity.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/options/OptionsWidget_identity.cpp b/src/modules/options/OptionsWidget_identity.cpp index c5c3e7764..9ff713c15 100644 --- a/src/modules/options/OptionsWidget_identity.cpp +++ b/src/modules/options/OptionsWidget_identity.cpp @@ -207,8 +207,8 @@ AvatarSelectionDialog::AvatarSelectionDialog(QWidget * par,const QString &szInit QString msg = __tr2qs_ctx("Please select an avatar image.\n\n" \ "The full path to a local file or an image on the Web can be used.\n" \ - "If you wish to use a local image file, click the \"Browse\" button to browse local folders.\n\n" \ - "The full URL for an image (including http:// or https://) can be entered manually.","options"); + "If you wish to use a local image file, click the \"Browse\" button to select the desired file.\n\n" \ + "The full URL for an image (including http:// or https://) can also be entered manually.","options"); QLabel * l = new QLabel(msg); l->setMinimumWidth(250); |
