[evince] sidebar outline: remove comment no longer valid



commit 4a23fc85b91f7ac33b6bdcd33bb69d4f6992ec33
Author: Nelson Benítez León <nbenitezl gmail com>
Date:   Wed Aug 15 19:51:00 2018 +0500

    sidebar outline: remove comment no longer valid
    
    With current design of sidebar pages in Evince, this
    translator comment is no longer valid, as the page
    label is shown on a tooltip and does not take space.

 shell/ev-sidebar-links.c | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/shell/ev-sidebar-links.c b/shell/ev-sidebar-links.c
index 1683782a..deb9a82b 100644
--- a/shell/ev-sidebar-links.c
+++ b/shell/ev-sidebar-links.c
@@ -744,9 +744,6 @@ ev_sidebar_links_get_label (EvSidebarPage *sidebar_page)
 {
        /* 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");
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]