diff --git a/js/ui/dash.js b/js/ui/dash.js index a96efa059..dd4e4bbf5 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -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); diff --git a/src/gdmuser/gdm-user-manager.c b/src/gdmuser/gdm-user-manager.c index bde7fccca..167ca7d55 100644 --- a/src/gdmuser/gdm-user-manager.c +++ b/src/gdmuser/gdm-user-manager.c @@ -35,7 +35,8 @@ #endif /* HAVE_PATHS_H */ #include -#include +/* Note on sync with gdm; need to use -lib here */ +#include #include #include #include diff --git a/src/gdmuser/gdm-user.c b/src/gdmuser/gdm-user.c index 27bf8ec4e..d5d0d346f 100644 --- a/src/gdmuser/gdm-user.c +++ b/src/gdmuser/gdm-user.c @@ -26,7 +26,8 @@ #include #include -#include +/* Note on sync with gdm; need to use -lib here */ +#include #include #include diff --git a/src/shell-global.c b/src/shell-global.c index 7dd5c44be..e192b34e5 100644 --- a/src/shell-global.c +++ b/src/shell-global.c @@ -15,7 +15,7 @@ #include #include #include -#include +#include #include #include diff --git a/src/shell-status-menu.c b/src/shell-status-menu.c index 1ea6e1d7b..a5b1ccd78 100644 --- a/src/shell-status-menu.c +++ b/src/shell-status-menu.c @@ -26,7 +26,7 @@ #include #include -#include +#include #include #include