Add missing files to POTFILES.in; add a translation hint

POTFILES.in was missing some files.

"Activities" is not easily translatable into some languages, e.g. Russian,
so suggest using the word for "Overview" instead.
This commit is contained in:
Marina Zhurakhinskaya
2009-10-09 00:30:10 -04:00
parent 8929f43ad9
commit 212d5c1954
2 changed files with 7 additions and 3 deletions

View File

@ -267,8 +267,8 @@ Panel.prototype = {
this._rightBox.allocate(childBox, flags);
}));
/* left side */
/* Button on the left side of the panel. */
/* Translators: If there is no suitable word for "Activities" in your language, you can use the word for "Overview". */
this.button = new Button.Button(_("Activities"), PANEL_BUTTON_COLOR, PRESSED_BUTTON_BACKGROUND_COLOR,
PANEL_FOREGROUND_COLOR, DEFAULT_FONT);
this.button.actor.height = PANEL_HEIGHT;