diff options
author | Christian Perrier <bubulle@debian.org> | 2008-01-15 19:06:48 +0100 |
---|---|---|
committer | Christian Perrier <bubulle@debian.org> | 2008-01-15 19:06:48 +0100 |
commit | 288968af32504d5192760b25af07e403c1f81e85 (patch) | |
tree | ca3d7caeb8d11f0d82df031e629ee8cb8a235105 /src/ui.cc | |
parent | 796912353c1ed5613cecebf5d5d7cfa909ecb6ac (diff) | |
download | aptitude-288968af32504d5192760b25af07e403c1f81e85.tar.gz |
Fix typos and unfuzzy PO(T) files preventively
Diffstat (limited to 'src/ui.cc')
-rw-r--r-- | src/ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2348,7 +2348,7 @@ cw::menu_info help_menu_info[]={ sigc::ptr_fun(do_help_news)), cw::menu_info(cw::menu_info::MENU_ITEM, N_("^License"), NULL, - N_("View the terms under which you may copy and distribute aptiutde"), + N_("View the terms under which you may copy and distribute aptitude"), sigc::ptr_fun(do_help_license)), cw::menu_info::MENU_END |