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/apt_options.cc | |
parent | 796912353c1ed5613cecebf5d5d7cfa909ecb6ac (diff) | |
download | aptitude-288968af32504d5192760b25af07e403c1f81e85.tar.gz |
Fix typos and unfuzzy PO(T) files preventively
Diffstat (limited to 'src/apt_options.cc')
-rw-r--r-- | src/apt_options.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apt_options.cc b/src/apt_options.cc index ad11973a..39deef3b 100644 --- a/src/apt_options.cc +++ b/src/apt_options.cc @@ -345,12 +345,12 @@ option_item dependency_options[]={ N_("If this option is enabled, and you perform an " "install run while some packages are broken, " "aptitude will automatically apply the current " - "suggestion of the problem resolver. Otherwise," + "suggestion of the problem resolver. Otherwise, " "aptitude will prompt you for a solution to the " "broken dependencies."), PACKAGE "::Auto-Fix-Broken", true), option_item(N_("Install recommended packages automatically"), - N_("If this option is enabled and \"automatically " + N_("If this option is enabled and \"automatically " "resolve dependencies\" is also enabled, aptitude " "will attempt to install the recommendations of " "newly installed packages in addition to their " |