[shotwell] Fix c&p error in publishing result
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix c&p error in publishing result
- Date: Sat, 26 Nov 2016 08:06:59 +0000 (UTC)
commit 2d7aae3e2d66e09efb58b32fbc9828962dfc5898
Author: Jens Georg <mail jensge org>
Date: Sat Nov 26 09:06:38 2016 +0100
Fix c&p error in publishing result
Signed-off-by: Jens Georg <mail jensge org>
src/publishing/PublishingUI.vala | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/publishing/PublishingUI.vala b/src/publishing/PublishingUI.vala
index 8303f40..91a2bf4 100644
--- a/src/publishing/PublishingUI.vala
+++ b/src/publishing/PublishingUI.vala
@@ -106,8 +106,8 @@ public class SuccessPane : StaticMessagePane {
num_uploaded);
}
else if (published_media == Spit.Publishing.Publisher.MediaType.PHOTO) {
- message_string = ngettext ("The selected video was successfully published.",
- "The selected videos were successfully published.",
+ message_string = ngettext ("The selected photo was successfully published.",
+ "The selected photos were successfully published.",
num_uploaded);
}
else if (published_media == (Spit.Publishing.Publisher.MediaType.PHOTO
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]