Skip to content

Commit

Permalink
shell: Add meaning for 'Outline' in the sidebar for translators
Browse files Browse the repository at this point in the history
  • Loading branch information
Germán Poo-Caamaño committed Jan 8, 2016
1 parent 57d782d commit 4405f3e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion shell/ev-sidebar-links.c
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,13 @@ ev_sidebar_links_support_document (EvSidebarPage *sidebar_page,
static const gchar*
ev_sidebar_links_get_label (EvSidebarPage *sidebar_page)
{
return _("Outline");
/* Translators: This is the title for the sidebar pane that
* shows the Outline or Table of Contents of the document.
* Use a short text, otherwise it can make Evince unusable in
* your language. The sidebar cannot be shrinked smaller than
* the longest title in there.
*/
return _("Outline");
}

static void
Expand Down

0 comments on commit 4405f3e

Please sign in to comment.