[gnome-software] trivial: Mark a string for translation
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] trivial: Mark a string for translation
- Date: Thu, 21 Jul 2016 14:26:09 +0000 (UTC)
commit 6e6139bd94daccaa642c78ae92ab44dfbdffe883
Author: Richard Hughes <richard hughsie com>
Date: Thu Jul 21 15:25:44 2016 +0100
trivial: Mark a string for translation
Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=768928
src/gs-shell-details.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 68bf27d..178875e 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -681,7 +681,7 @@ gs_shell_details_set_description (GsShellDetails *self, const gchar *tmp)
if (gs_app_get_kind (self->app) == AS_APP_KIND_WEB_APP) {
GtkWidget *label;
/* TRANSLATORS: this is the warning box */
- label = gtk_label_new ("This application can only be used when there is an active internet
connection.");
+ label = gtk_label_new (_("This application can only be used when there is an active internet
connection."));
gtk_widget_set_visible (label, TRUE);
gtk_label_set_xalign (GTK_LABEL (label), 0.f);
gtk_style_context_add_class (gtk_widget_get_style_context (label),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]