Bug 591859 - Use glib/gi18n-lib to get correct gettext package

We need to use the -lib variant which in turn uses the
GETTEXT_PACKAGE define, because the default translation
domain is actually mutter, not gnome-shell.
This commit is contained in:
Colin Walters
2009-08-17 08:53:59 -04:00
parent d534597589
commit 7469a2626a
5 changed files with 8 additions and 4 deletions

View File

@ -593,6 +593,8 @@ Dash.prototype = {
/***** Places *****/
/* Translators: This is in the sense of locations for documents,
network locations, etc. */
let placesSection = new Section(_("PLACES"), true);
let placesDisplay = new Places.Places();
placesSection.content.append(placesDisplay.actor, Big.BoxPackFlags.EXPAND);