little translation update for startup something

SVN revision: 15868
This commit is contained in:
vandango 2005-07-22 18:49:09 +00:00 committed by vandango
parent 748ac164ce
commit 7e44117a0c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ _e_startup(void)
return;
}
e_app_exec(a);
snprintf(buf, sizeof(buf), "Starting %s", a->name);
snprintf(buf, sizeof(buf), _("Starting %s"), a->name);
e_init_status_set((const char *)buf);
e_init_icons_app_add(a);
if (a->wait_exit)