<p><b>@frlan</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/geany/geany-plugins/pull/842#discussion_r275163551">workbench/src/dialogs.c</a>:</p>
<pre style='color:#555'>> @@ -289,8 +289,8 @@ gboolean dialogs_directory_settings(WB_PROJECT_DIR *directory)
        dialog = gtk_dialog_new_with_buttons(_("Directory settings"),
                                                                                 GTK_WINDOW(wb_globals.geany_plugin->geany_data->main_widgets->window),
                                                                                 flags,
-                                                                                _("_Cancel"), GTK_RESPONSE_CANCEL,
-                                                                                _("_OK"), GTK_RESPONSE_ACCEPT,
+                                                                                GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+                                                                                GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
</pre>
<p>Puh. Whatever is behind this I don't like it. :/</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/842#discussion_r275163551">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ2TCMKpjKrimDmxLkOZmCPVMYbtoks5vg1LwgaJpZM4curF0">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ34g62VSUqxn8trje7dqWQpmbzviks5vg1LxgaJpZM4curF0.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://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany-plugins"}},"updates":{"snippets":[{"icon":"PERSON","message":"@frlan commented on #842"}],"action":{"name":"View Pull Request","url":"https://github.com/geany/geany-plugins/pull/842#discussion_r275163551"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/pull/842#discussion_r275163551",
"url": "https://github.com/geany/geany-plugins/pull/842#discussion_r275163551",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>