places view row: Use proper gettext macros
P_() is meant only for property nicks and blurbs. Everything
else should use _().
Follow-up to 2d83dd6217
http://bugzilla.gnome.org/show_bug.cgi?id=754086
This commit is contained in:
parent
bffeae6203
commit
c75edd32ab
@ -322,6 +322,6 @@ gtk_places_view_row_set_is_network (GtkPlacesViewRow *row,
|
||||
gtk_image_set_from_icon_name (row->eject_icon,
|
||||
is_network ? "network-offline-symbolic" : "media-eject-symbolic",
|
||||
GTK_ICON_SIZE_BUTTON);
|
||||
gtk_widget_set_tooltip_text (GTK_WIDGET (row->eject_button), is_network ? P_("Disconnect") : P_("Unmount"));
|
||||
gtk_widget_set_tooltip_text (GTK_WIDGET (row->eject_button), is_network ? _("Disconnect") : _("Unmount"));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user