[gtk+/open-with-dialog: 30/52] The colon is a bit unneccessary and looks a bit ugly
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/open-with-dialog: 30/52] The colon is a bit unneccessary and looks a bit ugly
- Date: Tue, 23 Nov 2010 15:57:37 +0000 (UTC)
commit 8ea4faf0d349870ad445e60a0bccee74e248094b
Author: William Jon McCann <jmccann redhat com>
Date: Thu Nov 18 17:45:47 2010 -0500
The colon is a bit unneccessary and looks a bit ugly
gtk/gtkopenwithdialog.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkopenwithdialog.c b/gtk/gtkopenwithdialog.c
index c3b069c..acc0bbf 100644
--- a/gtk/gtkopenwithdialog.c
+++ b/gtk/gtkopenwithdialog.c
@@ -249,12 +249,12 @@ set_dialog_properties (GtkOpenWithDialog *self)
if (name != NULL)
{
/* Translators: %s is a filename */
- label = g_strdup_printf (_("Select an application to open \"%s\":"), name);
+ label = g_strdup_printf (_("Select an application to open \"%s\""), name);
}
else
{
/* Translators: %s is a file type description */
- label = g_strdup_printf (_("Select an application for \"%s\" files:"),
+ label = g_strdup_printf (_("Select an application for \"%s\" files"),
g_content_type_is_unknown (self->priv->content_type) ?
self->priv->content_type : description);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]