diff options
Diffstat (limited to 'src/modules/options/OptionsWidget_identity.cpp')
| -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); |
