diff --git a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui
index 185639054..db3da194f 100644
--- a/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui
+++ b/retroshare-gui/src/gui/gxschannels/CreateGxsChannelMsg.ui
@@ -185,6 +185,9 @@ p, li { white-space: pre-wrap; }
-
+
+ <html><head/><body><p>Choose aspect ratio policy.</p><p>In 'Auto' mode, the most suitable </p><p>aspect ratio is chosen for you.</p></body></html>
+
24
@@ -213,19 +216,6 @@ p, li { white-space: pre-wrap; }
- -
-
-
- Add File to Attach
-
-
-
- 24
- 24
-
-
-
-
-
@@ -305,7 +295,7 @@ p, li { white-space: pre-wrap; }
-
+
:/icons/png/add-file.png:/icons/png/add-file.png
@@ -329,7 +319,7 @@ p, li { white-space: pre-wrap; }
0
0
- 81
+ 84
24
@@ -514,6 +504,7 @@ p, li { white-space: pre-wrap; }
+
diff --git a/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp b/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp
index ea887212c..eb890b075 100644
--- a/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp
+++ b/retroshare-gui/src/gui/gxschannels/GxsChannelPostThumbnail.cpp
@@ -118,7 +118,7 @@ void ChannelPostThumbnailView::init(const RsGxsChannelPost& post)
mPostImage->setPicture(thumbnail);
if(mFlags & FLAG_ALLOW_PAN)
- mPostImage->setToolTip(tr("Use mouse to center and zoom into the image"));
+ mPostImage->setToolTip(tr("Use mouse to center and zoom\ninto the image, so as to\n crop it for your post."));
QVBoxLayout *layout = new QVBoxLayout(this);