Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: GitHub noreply@github.com Date: Tue, 02 Oct 2018 14:25:59 UTC Commit: dc65581ae3fa4af81495983a2e768ba81a913665 https://github.com/geany/geany-plugins/commit/dc65581ae3fa4af81495983a2e768b...
Log Message: ----------- Treebrowser: Improve wording
Modified Paths: -------------- treebrowser/src/treebrowser.c
Modified: treebrowser/src/treebrowser.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1039,7 +1039,7 @@ on_menu_create_new_object(GtkMenuItem *menuitem, const gchar *type) if (uri_new) { if (!(g_file_test(uri_new, G_FILE_TEST_EXISTS) && - !dialogs_show_question(_("Target file '%s' exists\n, do you really want to replace it with empty file?"), uri_new))) + !dialogs_show_question(_("Target file '%s' exists.\nDo you really want to replace it with an empty file?"), uri_new))) { gboolean creation_success = FALSE;
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org