From 8196aaab67dd78943897ac59dde74cb97aa790c9 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Sun, 22 Feb 2004 11:47:28 +0000 Subject: moved formating stuff out of the translatable strings --- mdkapplet | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mdkapplet') diff --git a/mdkapplet b/mdkapplet index 63d76f67..23c2609f 100755 --- a/mdkapplet +++ b/mdkapplet @@ -186,6 +186,5 @@ sub setState { } 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