Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=setup.git;a=commitdiff;h=b67983c06d263eb0c88ec3dfca97bbf3d8e10b04

commit b67983c06d263eb0c88ec3dfca97bbf3d8e10b04
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Sat Mar 1 14:56:31 2008 +0100

hotplug: remove two gettext calls
it's no good translating them as they are before the language selection

diff --git a/src/plugins/hotplug.c b/src/plugins/hotplug.c
index c4b23bb..f2cb601 100644
--- a/src/plugins/hotplug.c
+++ b/src/plugins/hotplug.c
@@ -53,10 +53,10 @@ char *desc()

int run(GList **config)
{
-       dialog_vars.backtitle=gen_backtitle(_("Detecting hardware"));
+       dialog_vars.backtitle=gen_backtitle("Detecting hardware");
dlg_put_backtitle();
dlg_clear();
-       dialog_msgbox(_("Please wait"), _("Activating hardware detection..."),
+       dialog_msgbox("Please wait", "Activating hardware detection...",
0, 0, 0);
// TODO: this is ugly
fw_system("mount -t proc none /proc");
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to