aboutsummaryrefslogtreecommitdiffstats
path: root/rpmdrake
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-10-18 16:22:28 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-10-18 16:22:32 +0200
commit1da416cfc12737644a104cea12c3e03efe9f3ab3 (patch)
tree530ed12f74933474a325012d10f8a9a6295c1fd6 /rpmdrake
parent0cb7ac965b45e149ff82f5c576090513351d051b (diff)
downloadrpmdrake-1da416cfc12737644a104cea12c3e03efe9f3ab3.tar
rpmdrake-1da416cfc12737644a104cea12c3e03efe9f3ab3.tar.gz
rpmdrake-1da416cfc12737644a104cea12c3e03efe9f3ab3.tar.bz2
rpmdrake-1da416cfc12737644a104cea12c3e03efe9f3ab3.tar.xz
rpmdrake-1da416cfc12737644a104cea12c3e03efe9f3ab3.zip
typo fix spot by RĂ©mi Verschelde
Diffstat (limited to 'rpmdrake')
-rwxr-xr-xrpmdrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdrake b/rpmdrake
index fed79707..377f04f4 100755
--- a/rpmdrake
+++ b/rpmdrake
@@ -350,7 +350,7 @@ sub run_treeview_dialog {
#-PO: "Architecture" but to be kept *small* !!!
N("Arch."),
text => $pkg_columns{arch},
- tip => N("This shows the architecture for with the package has been built"),
+ tip => N("This shows the architecture for which the package has been built"),
}),
);
foreach my $col (@columns{@columns}) {