Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Sun, 24 Aug 2014 14:30:45 UTC Commit: cf7c9d8b01e52d2366f7ecfa2bd50032baa5539c https://github.com/geany/geany-plugins/commit/cf7c9d8b01e52d2366f7ecfa2bd500...
Log Message: ----------- Addons: Added a comment for translators to point the correct meaning out
Modified Paths: -------------- addons/src/ao_bookmarklist.c
Modified: addons/src/ao_bookmarklist.c 1 lines changed, 1 insertions(+), 0 deletions(-) =================================================================== @@ -330,6 +330,7 @@ static void ao_bookmark_list_show(AoBookmarkList *bm)
text_renderer = gtk_cell_renderer_text_new(); column = gtk_tree_view_column_new(); + // Translators: Number is meant at this point. gtk_tree_view_column_set_title(column, _("No.")); gtk_tree_view_column_pack_start(column, text_renderer, TRUE); gtk_tree_view_column_set_attributes(column, text_renderer, "text", BMLIST_COL_LINE, NULL);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org