<p><b>@b4n</b> requested changes on this pull request.</p>

<p>As mentioned, this would lead to not having any space between the dot and the next word, which is inappropriate.</p><hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/769#discussion_r214335737">geanyvc/src/geanyvc.c</a>:</p>
<pre style='color:#555'>> @@ -1949,7 +1949,7 @@ plugin_configure(GtkDialog * dialog)
        gtk_widget_set_tooltip_text(widgets.cb_editor_menu_entries,
                             _("Whether menu for this plugin are getting placed either "
                               "inside tools menu or directly inside Geany's menubar."
-                              "Will take in account after next start of GeanyVC"));
+                              " Will take in account after next start of GeanyVC"));
</pre>
<p>This is not appropriate: there should be a space between the dot and the next word, and the C string syntax <code>"xxx" "yyy"</code> is equivalent to <code>"xxxyyy"</code>, not <code>"xxx yyy"</code>.  If you really want to move the space, place it after the dot on the previous line.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/769#discussion_r214335787">workbench/src/dialogs.c</a>:</p>
<pre style='color:#555'>> @@ -444,7 +444,7 @@ gboolean dialogs_workbench_settings(WORKBENCH *workbench)
        gtk_widget_set_tooltip_text(w_enable_live_update,
                _("If the option is activated (default), then the list of files and the sidebar"
                  " will be updated automatically if a file or directory is created, removed or renamed."
-                 "A manual re-scan is not required if the option is enabled."));
+                 " A manual re-scan is not required if the option is enabled."));
</pre>
<p>same here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/769#pullrequestreview-151371826">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ837HMBOk60W9u_KPRYF9RqqoGf8ks5uWSrTgaJpZM4WVBcd">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJwW26ZzuHQDjlYcjRiY3IErH3w-dks5uWSrTgaJpZM4WVBcd.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany-plugins","title":"geany/geany-plugins","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"PERSON","message":"@b4n requested changes on #769"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany-plugins/pull/769#pullrequestreview-151371826"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/pull/769#pullrequestreview-151371826",
"url": "https://github.com/geany/geany-plugins/pull/769#pullrequestreview-151371826",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "@b4n requested changes on 769",
"sections": [
{
"text": "As mentioned, this would lead to not having any space between the dot and the next word, which is inappropriate.",
"activityTitle": "**Colomban Wendling**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@b4n",
"facts": [

]
}
],
"potentialAction": [
{
"targets": [
{
"os": "default",
"uri": "https://github.com/geany/geany-plugins/pull/769#pullrequestreview-151371826"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 374609693\n}"
}
],
"themeColor": "26292E"
}
]</script>