Skip to content

Commit

Permalink
Mark some strings as translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
codebrainz committed Apr 12, 2015
1 parent ef93539 commit 6b6884b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions overview/overview/overviewplugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6b6884b

Please sign in to comment.