[Github-comments] [geany/geany-plugins] FIX: Spaces after dots in translatable strings (#769)

Colomban Wendling notifications at xxxxx
Fri Aug 31 12:41:06 UTC 2018


b4n approved this pull request.

Oops, my bad, I didn't see you were *adding* the missing space, sorry -- I must still be half-asleep somehow.
Anyway, I like it better like that :+1: 

> @@ -443,7 +443,7 @@ gboolean dialogs_workbench_settings(WORKBENCH *workbench)
 	ui_table_add_row(GTK_TABLE(table), 1, w_enable_live_update, NULL);
 	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."
+		  " will be updated automatically if a file or directory is created, removed or renamed. "

Ideally the leading space here would also be on the previous line, but that's OK with this.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/769#pullrequestreview-151377103
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180831/647d3f2c/attachment-0001.html>


More information about the Github-comments mailing list