From fbbe778eebeae3e2a8c350fec584b0dc939cf936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20Tr=C3=B6ger?= Date: Thu, 5 Mar 2009 13:03:51 +0000 Subject: [PATCH] Fix punctuation. git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3621 ea778897-0a13-0410-b9d1-a72fbfd435f5 --- ChangeLog | 3 +++ geany.glade | 4 ++-- plugins/export.c | 2 +- src/interface.c | 4 ++-- src/printing.c | 2 +- src/search.c | 2 +- src/toolbar.c | 2 +- 7 files changed, 11 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0f81b093..62f26f4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ * data/filetypes.fortran, tagmanager/fortran.c: Add keyword 'extends' and fix Fortran parser to support the 'extends' keyword (closes #2654492). + * geany.glade, plugins/export.c, src/interface.c, src/printing.c, + src/search.c, src/toolbar.c: + Fix punctuation. 2009-03-03 Frank Lanitz diff --git a/geany.glade b/geany.glade index 90883701..ef489485 100644 --- a/geany.glade +++ b/geany.glade @@ -3531,7 +3531,7 @@ True - When enabled, a project file is stored by default inside the project base directory when creating new projects instead of one directory above the base directory. You can still change the path of the project file in the New Project dialog + When enabled, a project file is stored by default inside the project base directory when creating new projects instead of one directory above the base directory. You can still change the path of the project file in the New Project dialog. True Store project file inside the project base directory True @@ -4928,7 +4928,7 @@ Bottom True - Fold or unfold all children of a fold point. By pressing the Shift key while clicking on a fold symbol the contrary behavior is used + Fold or unfold all children of a fold point. By pressing the Shift key while clicking on a fold symbol the contrary behavior is used. True Fold/unfold all children of a fold point True diff --git a/plugins/export.c b/plugins/export.c index 08063069..48f9cc3f 100644 --- a/plugins/export.c +++ b/plugins/export.c @@ -190,7 +190,7 @@ static void create_file_save_as_dialog(const gchar *extension, ExportFunc func, vbox = gtk_vbox_new(FALSE, 0); check_zoom_level = gtk_check_button_new_with_mnemonic(_("_Use current zoom level")); ui_widget_set_tooltip_text(check_zoom_level, - _("Renders the font size of the document together with the current zoom level.")); + _("Renders the font size of the document together with the current zoom level")); gtk_box_pack_start(GTK_BOX(vbox), check_zoom_level, FALSE, FALSE, 0); gtk_widget_show_all(vbox); gtk_file_chooser_set_extra_widget(GTK_FILE_CHOOSER(dialog), vbox); diff --git a/src/interface.c b/src/interface.c index 69720ae1..5b0c59d5 100644 --- a/src/interface.c +++ b/src/interface.c @@ -2870,7 +2870,7 @@ create_prefs_dialog (void) check_project_file_in_basedir = gtk_check_button_new_with_mnemonic (_("Store project file inside the project base directory")); gtk_widget_show (check_project_file_in_basedir); gtk_box_pack_start (GTK_BOX (vbox35), check_project_file_in_basedir, FALSE, FALSE, 0); - gtk_tooltips_set_tip (tooltips, check_project_file_in_basedir, _("When enabled, a project file is stored by default inside the project base directory when creating new projects instead of one directory above the base directory. You can still change the path of the project file in the New Project dialog"), NULL); + gtk_tooltips_set_tip (tooltips, check_project_file_in_basedir, _("When enabled, a project file is stored by default inside the project base directory when creating new projects instead of one directory above the base directory. You can still change the path of the project file in the New Project dialog."), NULL); label207 = gtk_label_new (_("Projects")); gtk_widget_show (label207); @@ -3293,7 +3293,7 @@ create_prefs_dialog (void) check_unfold_children = gtk_check_button_new_with_mnemonic (_("Fold/unfold all children of a fold point")); gtk_widget_show (check_unfold_children); gtk_box_pack_start (GTK_BOX (vbox17), check_unfold_children, FALSE, FALSE, 0); - gtk_tooltips_set_tip (tooltips, check_unfold_children, _("Fold or unfold all children of a fold point. By pressing the Shift key while clicking on a fold symbol the contrary behavior is used"), NULL); + gtk_tooltips_set_tip (tooltips, check_unfold_children, _("Fold or unfold all children of a fold point. By pressing the Shift key while clicking on a fold symbol the contrary behavior is used."), NULL); check_indicators = gtk_check_button_new_with_mnemonic (_("Use indicators to show compile errors")); gtk_widget_show (check_indicators); diff --git a/src/printing.c b/src/printing.c index 1dd2141a..342e7c44 100644 --- a/src/printing.c +++ b/src/printing.c @@ -829,7 +829,7 @@ static void print_external(GeanyDocument *doc) if (! NZV(printing_prefs.external_print_cmd)) { dialogs_show_msgbox(GTK_MESSAGE_ERROR, - _("Please set a print command in the preferences dialog first")); + _("Please set a print command in the preferences dialog first.")); return; } diff --git a/src/search.c b/src/search.c index 803cc04e..d3e080e6 100644 --- a/src/search.c +++ b/src/search.c @@ -779,7 +779,7 @@ static void create_fif_dialog(void) g_object_ref(checkbox2), (GDestroyNotify)g_object_unref); gtk_button_set_focus_on_click(GTK_BUTTON(checkbox2), FALSE); ui_widget_set_tooltip_text(checkbox2, - _("Invert the sense of matching, to select non-matching lines.")); + _("Invert the sense of matching, to select non-matching lines")); cbox = gtk_vbox_new(FALSE, 0); gtk_container_add(GTK_CONTAINER(cbox), checkbox1); diff --git a/src/toolbar.c b/src/toolbar.c index 9223d8fe..38b81ab1 100644 --- a/src/toolbar.c +++ b/src/toolbar.c @@ -205,7 +205,7 @@ GtkWidget *toolbar_init(void) gtk_action_group_add_action(group, action_searchentry); action_gotoentry = geany_entry_action_new( - "GotoEntry", _("Goto"), _("Jump to the entered line number."), TRUE); + "GotoEntry", _("Goto"), _("Jump to the entered line number"), TRUE); g_signal_connect(action_gotoentry, "entry-activate", G_CALLBACK(on_toolbutton_goto_entry_activate), NULL); gtk_action_group_add_action(group, action_gotoentry);