summaryrefslogtreecommitdiff
path: root/src/trg-menu-bar.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-04 11:20:21 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-04 11:20:21 +0000
commitf74c398577f66488cf5c420f5df318ab801117cc (patch)
treec566e72b1f10c36bbbee7fb2b101980acba91c9d /src/trg-menu-bar.c
parentce0bbb5eda7568589e5fd60d4dd4fbc7f63bea91 (diff)
russian localisation
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);