little intl change

SVN revision: 14914
This commit is contained in:
vandango 2005-05-22 23:50:29 +00:00 committed by vandango
parent 27096dd337
commit d546aacd33
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ e_desk_new(E_Zone *zone, int x, int y)
desk->zone = zone;
desk->x = x;
desk->y = y;
snprintf(name, sizeof(name), "Desktop %d, %d", x, y);
snprintf(name, sizeof(name), _("Desktop %d, %d"), x, y);
desk->name = strdup(name);
return desk;
}