aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-09-11 14:38:05 +0000
committerThierry Vignaud <tv@mandriva.org>2006-09-11 14:38:05 +0000
commitc784f716b30d31687eff09e6d7be5408005b003a (patch)
tree74b58adcfc3fce1d019d7f627a093257f1a00f8d
parentadc9b88009bcfb09db686eec6571a2c7e226720c (diff)
downloadrpmdrake-c784f716b30d31687eff09e6d7be5408005b003a.tar
rpmdrake-c784f716b30d31687eff09e6d7be5408005b003a.tar.gz
rpmdrake-c784f716b30d31687eff09e6d7be5408005b003a.tar.bz2
rpmdrake-c784f716b30d31687eff09e6d7be5408005b003a.tar.xz
rpmdrake-c784f716b30d31687eff09e6d7be5408005b003a.zip
typo fix (Arpad Biro)
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index 26d1e9cf..3c7785f5 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -1330,7 +1330,7 @@ Is it ok to continue?",
@{ ugtk2::markup_to_TextView_format(
formatAlaTeX(join("\n\n\n", format_header(N("Quick Introduction")),
N("You can browse the packages through the categories tree on the left."),
- N("You can view information about a packages by clicking on it on the right list."),
+ N("You can view information about a package by clicking on it on the right list."),
N("To install, update or remove a package, just click on its \"checkbox\"."))))
}
]);