Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Wed, 28 Feb 2018 16:23:45 UTC Commit: 51d815ff44cbf4a788ad3bba558632bb5f4544c4 https://github.com/geany/geany/commit/51d815ff44cbf4a788ad3bba558632bb5f4544...
Log Message: ----------- Add missing space in string. Fixes #1789
Modified Paths: -------------- src/document.c
Modified: src/document.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1492,7 +1492,7 @@ GeanyDocument *document_open_file_full(GeanyDocument *doc, const gchar *filename /* For translators: this is the status window message for opening a file. %d is the number * of the newly opened file, %s indicates whether the file is opened read-only * (it is replaced with the string ", read-only"). */ - msgwin_status_add(_("File %s opened(%d%s)."), + msgwin_status_add(_("File %s opened (%d%s)."), display_filename, gtk_notebook_get_n_pages(GTK_NOTEBOOK(main_widgets.notebook)), (readonly) ? _(", read-only") : ""); }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).