Branch: refs/heads/master Author: Matthew Brush matt@geany.org Committer: Matthew Brush matt@geany.org Date: Sun, 12 Apr 2015 17:36:17 UTC Commit: 6b6884be341e3e85e42adb0e18a977ddeda3c775 https://github.com/geany/geany-plugins/commit/6b6884be341e3e85e42adb0e18a977...
Log Message: ----------- Mark some strings as translatable
Modified Paths: -------------- overview/overview/overviewplugin.c
Modified: overview/overview/overviewplugin.c 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -182,21 +182,21 @@ plugin_init (G_GNUC_UNUSED GeanyData *data) KB_TOGGLE_VISIBLE, NULL, 0, 0, "toggle-visibility", - "Toggle Visibility", + _("Toggle Visibility"), overview_ui_get_menu_item ());
keybindings_set_item (key_group, KB_TOGGLE_POSITION, NULL, 0, 0, "toggle-position", - "Toggle Left/Right Position", + _("Toggle Left/Right Position"), NULL);
keybindings_set_item (key_group, KB_TOGGLE_INVERTED, NULL, 0, 0, "toggle-inverted", - "Toggle Overlay Inversion", + _("Toggle Overlay Inversion"), NULL);
g_signal_connect (overview_prefs, "notify::visible", G_CALLBACK (on_visible_pref_notify), NULL);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org