From 5ab526e3ff625161f0d196b294b93e369586c600 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Fri, 20 Feb 2004 16:53:58 +0000 Subject: removed text formatting out of the translatable string --- applet/mdkapplet | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applet/mdkapplet') diff --git a/applet/mdkapplet b/applet/mdkapplet index 9ee03cdc..033a782b 100755 --- a/applet/mdkapplet +++ b/applet/mdkapplet @@ -187,6 +187,5 @@ sub setImage { } sub about { create_dialog(N("About Online Applet"), -#-PO Do not alter the and tags - "\t" . N("Mandrake Update Notification Applet\n\nVersion: %s \n\nTeam: Mandrake Online Team <mot\@mandrakeonline.net>\n\nThis Software is under GPL", ' 10.0 ') , { use_markup => 1 }); + "\t" . "" . N_("Mandrake Update Notification Applet") . "\n\n" . N_("Version:") . " %s \n\n" . N_("Team:"). " " . N_("Mandrake Online Team"). " <mot\@mandrakeonline.net>\n\n" . N_("This Software is under GPL") . "", ' 10.0 ') , { use_markup => 1 }); } -- cgit v1.2.1