[gnome-packagekit] Fix up few translations to include trailing full stop. Fixes fd#22745



commit a1a6d2cf955db2153fc6f346b4ab4858a7c98e09
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 13 12:08:18 2009 +0100

    Fix up few translations to include trailing full stop. Fixes fd#22745

 src/gpk-enum.c                |    6 +++---
 src/gpk-helper-media-change.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gpk-enum.c b/src/gpk-enum.c
index a39d93b..3c31d07 100644
--- a/src/gpk-enum.c
+++ b/src/gpk-enum.c
@@ -500,7 +500,7 @@ gpk_error_enum_to_localised_message (PkErrorCodeEnum code)
 	switch (code) {
 	case PK_ERROR_ENUM_NO_NETWORK:
 		text = _("There is no network connection available.\n"
-			 "Please check your connection settings and try again");
+			 "Please check your connection settings and try again.");
 		break;
 	case PK_ERROR_ENUM_NO_CACHE:
 		text = _("The package list needs to be rebuilt.\n"
@@ -564,7 +564,7 @@ gpk_error_enum_to_localised_message (PkErrorCodeEnum code)
 		break;
 	case PK_ERROR_ENUM_REPO_NOT_FOUND:
 		text = _("The remote software source name was not found.\n"
-			 "You may need to enable an item in Software Sources");
+			 "You may need to enable an item in Software Sources.");
 		break;
 	case PK_ERROR_ENUM_CANNOT_REMOVE_SYSTEM_PACKAGE:
 		text = _("Removing a protected system package is not allowed.");
@@ -600,7 +600,7 @@ gpk_error_enum_to_localised_message (PkErrorCodeEnum code)
 			 "This is usually due to mixing packages from different software sources.");
 		break;
 	case PK_ERROR_ENUM_REPO_NOT_AVAILABLE:
-		text = _("There was a (possibly temporary) problem connecting to a software source\n"
+		text = _("There was a (possibly temporary) problem connecting to a software source.\n"
 			 "Please check the detailed error for further details.");
 		break;
 	case PK_ERROR_ENUM_FAILED_INITIALIZATION:
diff --git a/src/gpk-helper-media-change.c b/src/gpk-helper-media-change.c
index 31d9450..67b5d0c 100644
--- a/src/gpk-helper-media-change.c
+++ b/src/gpk-helper-media-change.c
@@ -66,7 +66,7 @@ gpk_helper_media_change_show_idle_cb (GpkHelperMediaChange *helper)
 
 	name = gpk_media_type_enum_to_localised_text (helper->priv->type);
 	/* TRANSLATORS: dialog body, explains to the user that they need to insert a disk to continue. The first replacement is DVD, CD etc */
-	message = g_strdup_printf (_("Additional media is required. Please insert the %s labeled '%s' and click continue"), name, helper->priv->media_text);
+	message = g_strdup_printf (_("Additional media is required. Please insert the %s labeled '%s' to continue."), name, helper->priv->media_text);
 
 	dialog = gtk_message_dialog_new (helper->priv->window, GTK_DIALOG_DESTROY_WITH_PARENT,
 					 /* TRANSLATORS: this is the window title when a new cd or dvd is required */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]