diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-12-03 14:39:51 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-12-03 14:39:51 +0000 |
commit | 7ab11d3f9efb67f4e9d292ff25079eca85a3ccf5 (patch) | |
tree | 2e085fa12126e27946e068f3a30d522b09eb7943 | |
parent | d4d010f70f36dd718d1cf460b8ec3a31502c6ac1 (diff) | |
download | mgaonline-7ab11d3f9efb67f4e9d292ff25079eca85a3ccf5.tar mgaonline-7ab11d3f9efb67f4e9d292ff25079eca85a3ccf5.tar.gz mgaonline-7ab11d3f9efb67f4e9d292ff25079eca85a3ccf5.tar.bz2 mgaonline-7ab11d3f9efb67f4e9d292ff25079eca85a3ccf5.tar.xz mgaonline-7ab11d3f9efb67f4e9d292ff25079eca85a3ccf5.zip |
(prepare_add_restricted,get_restricted_authentication) fix banners' titles
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | mdkapplet-restricted-helper | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ - mdkapplet-restricted-helper + o fix banners' titles o rephrase some strings Version 2.70.1 - 1 December 2008 diff --git a/mdkapplet-restricted-helper b/mdkapplet-restricted-helper index fa20ba4a..4ebc03af 100755 --- a/mdkapplet-restricted-helper +++ b/mdkapplet-restricted-helper @@ -60,7 +60,7 @@ sub prepare_add_restricted() { fill_n_run_portable_dialog( $w, [ - get_banner(), + get_banner(N("New medium available")), gtknew('Label_Left', text => N("You use '%s' distribution and therefore have privileged access to additional software.", N("Mandriva PowerPack")) . "\n\n" . @@ -86,7 +86,7 @@ sub get_restricted_authentication() { fill_n_run_portable_dialog( $w, [ - get_banner(), + get_banner(N("Adding an additional package medium")), gtknew('Label_Left', text => N("Please fill in your account ID to add an additional package medium"), @common), gtknew('HButtonBox', layout => 'start', children_tight => [ |