What you’re referring to is the “Default Message” setting under General Settings: this is a *static* message that is replaced for the %%message%% variable, meaning that whenever you specify %%message%% in the Share Links, then here the plugin will actually put whatever text you specified under “Default Message”.
If you want to modify what appears as text when the user shares something, then you need to edit the Share Link. For instance, let’s take Twitter as an example. This is the default Twitter Share Link:
https://twitter.com/share?url=%%url%%&text=%%message%%
As you can see this will share the url and will use the text of the Default Message. If you want to have the title in the text instead, you replace it with this:
https://twitter.com/share?url=%%url%%&text=%%title%%
There’s an entry in the FAQ for this exact scenario.