From: Dana Jansens Date: Mon, 7 May 2007 22:40:12 +0000 (+0000) Subject: translate "More..." X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=e180bb036da9d9557e819cdbc67b7a8720731834;p=chaz%2Fopenbox translate "More..." --- diff --git a/openbox/menu.c b/openbox/menu.c index 37601881..4782bad3 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -328,8 +328,8 @@ ObMenu* menu_new(const gchar *name, const gchar *title, g_hash_table_replace(menu_hash, self->name, self); self->more_menu = g_new0(ObMenu, 1); - self->more_menu->name = "More..."; - self->more_menu->title = "More..."; + self->more_menu->name = _("More..."); + self->more_menu->title = _("More..."); self->more_menu->data = data; self->more_menu->shortcut = g_unichar_tolower(g_utf8_get_char("M"));