diff options
author | 2011-06-30 10:24:58 +0100 | |
---|---|---|
committer | 2011-06-30 10:24:58 +0100 | |
commit | 24109768eccadd986a80080f8fe5db3ed0fc5b38 (patch) | |
tree | 935cccbe1151195814b503c2305f23cc30e79c9f | |
parent | 93eeb4e1b84769bc260d305baad8904c7d57ae7a (diff) | |
download | paludis-24109768eccadd986a80080f8fe5db3ed0fc5b38.tar.gz paludis-24109768eccadd986a80080f8fe5db3ed0fc5b38.tar.xz |
See if people get the hint now
-rw-r--r-- | src/clients/cave/cmd_display_resolution-fmt.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clients/cave/cmd_display_resolution-fmt.hh b/src/clients/cave/cmd_display_resolution-fmt.hh index 36a4737a5..963226650 100644 --- a/src/clients/cave/cmd_display_resolution-fmt.hh +++ b/src/clients/cave/cmd_display_resolution-fmt.hh @@ -292,5 +292,5 @@ const auto fs_display_errors = make_format_string_fetcher("display-resolution/di << "I encountered the following errors:\\n\\n"; const auto fs_display_errors_untaken = make_format_string_fetcher("display-resolution/display_errors_untaken", 1) - << "I encountered the following errors for untaken packages:\\n\\n"; + << "I encountered the following ignorable errors for untaken packages:\\n\\n"; |