summaryrefslogtreecommitdiffstats
path: root/control-center
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-10-31 18:07:00 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-10-31 18:07:00 +0100
commit8abd04e31d226038750976f306996472cf9e0639 (patch)
tree1f69c2d8b838995b5d37ef44654b3c17223c07c0 /control-center
parent5a66b3183faa1a5a1847bf7c70cf6687042fd743 (diff)
downloadcontrol-center-8abd04e31d226038750976f306996472cf9e0639.tar
control-center-8abd04e31d226038750976f306996472cf9e0639.tar.gz
control-center-8abd04e31d226038750976f306996472cf9e0639.tar.bz2
control-center-8abd04e31d226038750976f306996472cf9e0639.tar.xz
control-center-8abd04e31d226038750976f306996472cf9e0639.zip
silent perl_checker
Diffstat (limited to 'control-center')
-rwxr-xr-xcontrol-center6
1 files changed, 3 insertions, 3 deletions
diff --git a/control-center b/control-center
index e4ffccbc..41115b7d 100755
--- a/control-center
+++ b/control-center
@@ -44,7 +44,7 @@ use Gtk3::WebKit2;
use MDV::Control_Center;
-Glib::Object::Introspection->setup (
+Glib::Object::Introspection->setup(
basename => 'PangoCairo',
version => '1.0',
package => 'Pango::Cairo');
@@ -1411,7 +1411,7 @@ sub about_mga_cc() {
if ($contributor) {
gtktext_append($credits,
#-PO: this is used as "language: translator" in credits part of the about dialog:
- N("- %s: %s\n", map { translate($_) } $comment, $contributor)
+ N("- %s: %s\n", translate($comment), translate($contributor))
);
} else {
$comment = $comment . "\n" if !$not_first_block; # fix spacing before second title;
@@ -1440,7 +1440,7 @@ sub about_mga_cc() {
#-PO: Here, first %s will be replaced by 'Mageia'
#-PO: second %s will be replaced by the version (eg: "Mageia 1 (Free) Control Center")
N("%s %s (%s) Control Center",
- $branding, @$release{qw(version product)}))),
+ $branding, $release->{version}, $release->{product}))),
0, Gtk3::Label->new(""),
0, Gtk3::Label->new(
#-PO: here %s is eg: "1999-2008"