[gnome-packagekit/gnome-3-4] Mark forgotten string as translatable
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-packagekit/gnome-3-4] Mark forgotten string as translatable
- Date: Sat, 5 May 2012 12:22:59 +0000 (UTC)
commit 6f5389eb2503e58534841bd63658baa228ebcda5
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Sat May 5 14:21:26 2012 +0200
Mark forgotten string as translatable
src/gpk-update-viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-update-viewer.c b/src/gpk-update-viewer.c
index c401e4e..024a781 100644
--- a/src/gpk-update-viewer.c
+++ b/src/gpk-update-viewer.c
@@ -1935,7 +1935,7 @@ gpk_update_viewer_populate_details (PkUpdateDetail *item)
if (info == PK_INFO_ENUM_ENHANCEMENT) {
/* TRANSLATORS: this is the update type, e.g. security */
- gtk_text_buffer_insert_with_tags_by_name (text_buffer, &iter, ("This update will add new features and expand functionality."), -1, "para", NULL);
+ gtk_text_buffer_insert_with_tags_by_name (text_buffer, &iter, _("This update will add new features and expand functionality."), -1, "para", NULL);
gtk_text_buffer_insert (text_buffer, &iter, "\n", -1);
} else if (info == PK_INFO_ENUM_BUGFIX) {
/* TRANSLATORS: this is the update type, e.g. security */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]