Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Wed, 13 Feb 2013 18:02:32 UTC Commit: a16da747fbb2567ce26e5419f5884028003baabe https://github.com/geany/geany-plugins/commit/a16da747fbb2567ce26e5419f58840...
Log Message: ----------- Addons: Small change on wording
Modified Paths: -------------- addons/src/addons.c
Modified: addons/src/addons.c 3 files changed, 1 insertions(+), 2 deletions(-) =================================================================== @@ -485,8 +485,7 @@ GtkWidget *plugin_configure(GtkDialog *dialog) gtk_box_pack_start(GTK_BOX(vbox), frame_doclist, FALSE, FALSE, 3);
check_openuri = gtk_check_button_new_with_label( - /* TODO fix the string */ - _("Show a 'Open URI' menu item in the editor menu")); + _("Show an 'Open URI' item in the editor menu")); gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_openuri), ao_info->enable_openuri); gtk_box_pack_start(GTK_BOX(vbox), check_openuri, FALSE, FALSE, 3);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org