[f-spot] Change 'Comment' to 'Description' in PhotoView.cs.
- From: Ruben Vermeersch <rubenv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [f-spot] Change 'Comment' to 'Description' in PhotoView.cs.
- Date: Wed, 30 Jun 2010 08:22:26 +0000 (UTC)
commit 71e1434dbcf3f2a01c7dbdf18a85789b5cd6b510
Author: Alex Launi <alex launi gmail com>
Date: Sun Jun 27 13:10:00 2010 -0400
Change 'Comment' to 'Description' in PhotoView.cs.
https://bugzilla.gnome.org/show_bug.cgi?id=622627
src/PhotoView.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/PhotoView.cs b/src/PhotoView.cs
index 4b27991..fa7eb56 100644
--- a/src/PhotoView.cs
+++ b/src/PhotoView.cs
@@ -336,7 +336,7 @@ namespace FSpot {
tag_view = new Widgets.TagView ();
lower_hbox.PackStart (tag_view, false, true, 0);
- Label comment = new Label (Catalog.GetString ("Comment:"));
+ Label comment = new Label (Catalog.GetString ("Description:"));
lower_hbox.PackStart (comment, false, false, 0);
description_entry = new Entry ();
lower_hbox.PackStart (description_entry, true, true, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]