summaryrefslogtreecommitdiffstats
path: root/applet
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2004-02-20 16:53:58 +0000
committerPablo Saratxaga <pablo@mandriva.com>2004-02-20 16:53:58 +0000
commit5ab526e3ff625161f0d196b294b93e369586c600 (patch)
tree241cb2391d8835951db930221809bf5e2a6459cc /applet
parent0dd978958de58f61b8ed80687d790284e0f6b4dd (diff)
downloadmgaonline-5ab526e3ff625161f0d196b294b93e369586c600.tar
mgaonline-5ab526e3ff625161f0d196b294b93e369586c600.tar.gz
mgaonline-5ab526e3ff625161f0d196b294b93e369586c600.tar.bz2
mgaonline-5ab526e3ff625161f0d196b294b93e369586c600.tar.xz
mgaonline-5ab526e3ff625161f0d196b294b93e369586c600.zip
removed text formatting out of the translatable string
Diffstat (limited to 'applet')
-rwxr-xr-xapplet/mdkapplet3
1 files changed, 1 insertions, 2 deletions
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 <span ..> and </span> tags
- "\t" . N("<span foreground=\"#21449C\"><u><b>Mandrake Update Notification Applet</b></u></span>\n\n<u>Version</u>: %s \n\n<u>Team</u>: Mandrake Online Team &lt;mot\@mandrakeonline.net&gt;\n\n<span foreground=\"#006666\"><i>This Software is under GPL</i></span>", ' 10.0 ') , { use_markup => 1 });
+ "\t" . "<span foreground=\"#21449C\"><u><b>" . N_("Mandrake Update Notification Applet") . "</b></u></span>\n\n<u>" . N_("Version:") . "</u> %s \n\n<u>" . N_("Team:"). "</u> " . N_("Mandrake Online Team"). " &lt;mot\@mandrakeonline.net&gt;\n\n<span foreground=\"#006666\"><i>" . N_("This Software is under GPL") . "</i></span>", ' 10.0 ') , { use_markup => 1 });
}