[gnome-photos] Style and typo fixes
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] Style and typo fixes
- Date: Mon, 20 Feb 2017 22:34:33 +0000 (UTC)
commit 8ab69aff5c43ca026d9dfc41aa745d3212b93f7f
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Feb 20 23:34:00 2017 +0100
Style and typo fixes
src/photos-export-dialog.c | 2 +-
src/photos-facebook-item.c | 2 +-
src/photos-flickr-item.c | 2 +-
src/photos-google-item.c | 2 +-
src/photos-indexing-notification.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/photos-export-dialog.c b/src/photos-export-dialog.c
index 3a93038..8213047 100644
--- a/src/photos-export-dialog.c
+++ b/src/photos-export-dialog.c
@@ -196,7 +196,7 @@ photos_export_dialog_constructed (GObject *object)
now = g_date_time_new_now_local ();
/* Translators: this is the default sub-directory where photos
- * will be exported.
+ * will be exported.
*/
now_str = g_date_time_format (now, _("%e %B %Y"));
diff --git a/src/photos-facebook-item.c b/src/photos-facebook-item.c
index 91d7fbe..65b2210 100644
--- a/src/photos-facebook-item.c
+++ b/src/photos-facebook-item.c
@@ -95,7 +95,7 @@ photos_facebook_item_create_name_fallback (PhotosBaseItem *item)
date_modified_str = g_date_time_format (date_modified, "%x");
/* Translators: this is the fallback title in the form
- * "Facebook — 2nd January 2013".
+ * "Facebook — 2nd January 2013".
*/
ret_val = g_strdup_printf (_("%s — %s"), provider_name, date_modified_str);
diff --git a/src/photos-flickr-item.c b/src/photos-flickr-item.c
index 9d72b14..76eac8f 100644
--- a/src/photos-flickr-item.c
+++ b/src/photos-flickr-item.c
@@ -100,7 +100,7 @@ photos_flickr_item_create_name_fallback (PhotosBaseItem *item)
date_modified_str = g_date_time_format (date_modified, "%x");
/* Translators: this is the fallback title in the form
- * "Facebook — 2nd January 2013".
+ * "Facebook — 2nd January 2013".
*/
ret_val = g_strdup_printf (_("%s — %s"), provider_name, date_modified_str);
diff --git a/src/photos-google-item.c b/src/photos-google-item.c
index 0ffcf21..67d1317 100644
--- a/src/photos-google-item.c
+++ b/src/photos-google-item.c
@@ -97,7 +97,7 @@ photos_google_item_create_name_fallback (PhotosBaseItem *item)
date_modified_str = g_date_time_format (date_modified, "%x");
/* Translators: this is the fallback title in the form
- * "Facebook — 2nd January 2013".
+ * "Facebook — 2nd January 2013".
*/
ret_val = g_strdup_printf (_("%s — %s"), provider_name, date_modified_str);
diff --git a/src/photos-indexing-notification.c b/src/photos-indexing-notification.c
index 1de53dd..2729979 100644
--- a/src/photos-indexing-notification.c
+++ b/src/photos-indexing-notification.c
@@ -162,7 +162,7 @@ photos_indexing_notification_timeout (gpointer user_data)
if (display_name != NULL)
{
/* Translators: %s refers to an online account provider, e.g.,
- * "Facebook" or "Flickr.
+ * "Facebook" or "Flickr".
*/
primary = g_strdup_printf (_("Fetching photos from %s"), display_name);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]