mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-10 21:00:23 +01:00
2005-08-12 Robert Love <rml@novell.com>
* gnome/applet/applet-dbus.c: remove newlines from translatable
strings--not needed here anyway. (fix b.g.o #309011)
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@840 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
f30fb3f7db
commit
328391e19d
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2005-08-12 Robert Love <rml@novell.com>
|
||||
|
||||
* gnome/applet/applet-dbus.c: remove newlines from translatable
|
||||
strings--not needed here anyway. (fix b.g.o #309011)
|
||||
* src/nm-netlink.monitor.c: don't translate "%s" (fix b.g.o #172391)
|
||||
|
||||
2005-08-11 Robert Love <rml@novell.com>
|
||||
|
|
|
|||
|
|
@ -595,12 +595,12 @@ static DBusHandlerResult nmwa_dbus_filter (DBusConnection *connection, DBusMessa
|
|||
|
||||
if (dev && net)
|
||||
{
|
||||
char *string = g_strdup_printf (_("Connection to the wireless network '%s' failed.\n"), net);
|
||||
char *string = g_strdup_printf (_("Connection to the wireless network '%s' failed."), net);
|
||||
nmwa_schedule_warning_dialog (applet, string);
|
||||
g_free (string);
|
||||
}
|
||||
else if (dev)
|
||||
nmwa_schedule_warning_dialog (applet, _("Connection to the wired network failed.\n"));
|
||||
nmwa_schedule_warning_dialog (applet, _("Connection to the wired network failed."));
|
||||
}
|
||||
else if (dbus_message_is_signal (message, NM_DBUS_INTERFACE, "DeviceActivationStage"))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue