summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-04-05 21:33:51 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-04-05 21:33:51 +0200
commitb7f6a529949853872babfdb982149d527af171d9 (patch)
treed88302b5ff02f4c5c7305e79bd5da2d98c906c4a
parent1480c49a86aebc4b7e2b339ec229ddb6477571c8 (diff)
downloaddrakx-b7f6a529949853872babfdb982149d527af171d9.tar
drakx-b7f6a529949853872babfdb982149d527af171d9.tar.gz
drakx-b7f6a529949853872babfdb982149d527af171d9.tar.bz2
drakx-b7f6a529949853872babfdb982149d527af171d9.tar.xz
drakx-b7f6a529949853872babfdb982149d527af171d9.zip
tag the strings as translatable
-rwxr-xr-xperl-install/standalone/finish-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/finish-install b/perl-install/standalone/finish-install
index 7e05fc417..8bc9dad9d 100755
--- a/perl-install/standalone/finish-install
+++ b/perl-install/standalone/finish-install
@@ -261,7 +261,7 @@ sub ask_gnome_reboot() {
if (-f $lock_file) {
run_program::run('/usr/bin/rm', '-f', $lock_file);
# FIXME: convert to perl/gtk* window popup for translation support
- system('/usr/bin/zenity', '--timeout=20', '--title', 'Finishing install', '--no-wrap', '--info', '--text', 'This system will be rebooted\nfor the changes to take effect!');
+ system('/usr/bin/zenity', qw(--timeout=20 --title), N("Finishing install"), qw(--no-wrap --info --text), N("This system will be rebooted\nfor the changes to take effect!"));
run_program::run('/usr/bin/chown', '-R', 'gdm:gdm', '/var/lib/gdm');
run_program::run('/usr/sbin/ldconfig', '-X');
run_program::run('/usr/bin/systemctl', 'reboot');