[frogr] Fixed typo in localizable string
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] Fixed typo in localizable string
- Date: Mon, 25 Apr 2011 04:13:32 +0000 (UTC)
commit 473070a6cc8171a78ff5cb380e59db35943d16e0
Author: Mario Sanchez Prada <msanchez igalia com>
Date: Sun Apr 24 21:12:51 2011 -0700
Fixed typo in localizable string
src/frogr-main-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/frogr-main-view.c b/src/frogr-main-view.c
index dc47f97..70d4ff5 100644
--- a/src/frogr-main-view.c
+++ b/src/frogr-main-view.c
@@ -935,7 +935,7 @@ _on_icon_view_query_tooltip (GtkWidget *icon_view,
tooltip_str = g_strdup_printf ("<b>%s</b>\n<i>%s: %s</i>%s",
frogr_picture_get_title (picture),
- _("File size: "), filesize_str,
+ _("File size"), filesize_str,
datetime_str ? datetime_str : "");
gtk_tooltip_set_markup (tooltip, tooltip_str);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]