aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Rpmdragora/init.pm
diff options
context:
space:
mode:
Diffstat (limited to 'AdminPanel/Rpmdragora/init.pm')
-rw-r--r--AdminPanel/Rpmdragora/init.pm7
1 files changed, 4 insertions, 3 deletions
diff --git a/AdminPanel/Rpmdragora/init.pm b/AdminPanel/Rpmdragora/init.pm
index 776ee4c..34581bf 100644
--- a/AdminPanel/Rpmdragora/init.pm
+++ b/AdminPanel/Rpmdragora/init.pm
@@ -157,9 +157,10 @@ $changelog_first = 1 if $rpmdragora_options{'changelog-first'};
sub warn_about_user_mode() {
my $title = N("Running in user mode");
- my $msg = N("You are launching this program as a normal user.
- You will not be able to perform modifications on the system,
- but you may still browse the existing database.");
+ my $msg = N("You are launching this program as a normal user.\n".
+ "You will not be able to perform modifications on the system,\n".
+ "but you may still browse the existing database.");
+
if(($EUID != 0) and (!AdminPanel::rpmdragora::interactive_msg($title, $msg))) {
return 0;
}