summaryrefslogtreecommitdiff
path: root/src/trg-menu-bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-menu-bar.c')
-rw-r--r--src/trg-menu-bar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-menu-bar.c b/src/trg-menu-bar.c
index e9830e5..ddbdd58 100644
--- a/src/trg-menu-bar.c
+++ b/src/trg-menu-bar.c
@@ -287,7 +287,7 @@ GtkWidget *trg_menu_bar_torrent_menu_new(TrgMenuBarPrivate * priv)
priv->mb_props =
trg_menu_bar_item_new(GTK_MENU_SHELL(torrentMenu),
- "Properties", GTK_STOCK_PROPERTIES, FALSE);
+ _("Properties"), GTK_STOCK_PROPERTIES, FALSE);
priv->mb_resume =
trg_menu_bar_item_new(GTK_MENU_SHELL(torrentMenu), _("_Resume"),
GTK_STOCK_MEDIA_PLAY, FALSE);