mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 06:38:29 +02:00
2005-08-11 Robert Love <rml@novell.com>
* gnome/applet/applet.c: mark string as translatable. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@836 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
e02429f794
commit
58e04b5373
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-08-11 Robert Love <rml@novell.com>
|
||||
|
||||
* gnome/applet/applet.c: mark string as translatable.
|
||||
|
||||
2005-08-11 Robert Love <rml@novell.com>
|
||||
|
||||
* initscript/SUSE/networkmanager: update.
|
||||
|
|
|
|||
|
|
@ -1736,7 +1736,7 @@ static void nmwa_menu_add_dialup_menu (GtkWidget *menu, NMWirelessApplet *applet
|
|||
char *name = elt->data;
|
||||
const char *label;
|
||||
|
||||
label = g_strdup_printf ("Connect via %s...", name);
|
||||
label = g_strdup_printf (_("Connect via %s..."), name);
|
||||
dialup_item = GTK_MENU_ITEM (gtk_menu_item_new_with_label (label));
|
||||
g_object_set_data (G_OBJECT (dialup_item), "dialup", name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue