aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar un1versal2015-12-23 06:51:53 +0000
committerGravatar un1versal2015-12-23 06:51:53 +0000
commit68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7 (patch)
treea1ef47e749f8fd9a95879f32f8d7d6080c747de6 /src
parentadjust message and increase dialog minimum size (diff)
downloadKVIrc-68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7.tar.gz
KVIrc-68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7.tar.bz2
KVIrc-68ea3fc60f60a80e2c4c594cd1278bb55ec0a7a7.zip
improve avarar selection message
Diffstat (limited to 'src')
-rw-r--r--src/modules/avatar/libkviavatar.cpp5
-rw-r--r--src/modules/options/OptionsWidget_identity.cpp4
2 files changed, 4 insertions, 5 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);
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);