Show
Ignore:
Timestamp:
04/16/06 09:10:18 (3 years ago)
Author:
jordi
Message:

Updated the spanish and catalan translations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/gtk/MainView.cxx

    r70 r72  
    122122{ 
    123123    { "ShowToolBar", NULL, N_("Show _Toolbar"), NULL, 
    124       N_("Show or hidde the toolbar"), 
     124      N_("Show or hide the toolbar"), 
    125125      G_CALLBACK (main_window_show_toolbar_cb), TRUE }, 
    126126    { "ShowStatusBar", NULL, N_("Show _Statusbar"), NULL, 
    127       N_("Show or hidde the statusbar"), 
     127      N_("Show or hide the statusbar"), 
    128128      G_CALLBACK (main_window_show_statusbar_cb), TRUE }, 
    129129    { "ShowSideBar", NULL, N_("Show O_utline"), NULL, 
    130       N_("Show or hidde the document's outline"), 
     130      N_("Show or hide the document's outline"), 
    131131      G_CALLBACK (main_window_show_sidebar_cb), FALSE } 
    132132}; 
     
    671671 
    672672/// 
    673 /// @brief Shows or hiddes the status bar. 
     673/// @brief Shows or hides the status bar. 
    674674/// 
    675675/// @param show Set to TRUE to show the status bar. FALSE otherwise. 
     
    689689 
    690690/// 
    691 /// @brief Shows or hiddes the tool bar. 
     691/// @brief Shows or hides the tool bar. 
    692692/// 
    693693/// @param show Set to TRUE to show the tool bar. FALSE otherwise.