[gnome-photos] empty-results-box: Fix a translator comment
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] empty-results-box: Fix a translator comment
- Date: Mon, 22 Jan 2018 16:21:47 +0000 (UTC)
commit 4949fcc383ebc977a9fcc1fa2b0ef2ac89440e67
Author: Piotr Drąg <piotrdrag gmail com>
Date: Mon Jan 22 17:20:10 2018 +0100
empty-results-box: Fix a translator comment
It needs to be exactly one line above
the string for gettext to pick it up.
src/photos-empty-results-box.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/photos-empty-results-box.c b/src/photos-empty-results-box.c
index dcd1cdf6..9db63a1c 100644
--- a/src/photos-empty-results-box.c
+++ b/src/photos-empty-results-box.c
@@ -208,11 +208,11 @@ photos_empty_results_box_add_secondary_label (PhotosEmptyResultsBox *self)
*/
system_settings_href = g_strdup_printf ("<a href=\"system-settings\">%s</a>", _("Online Accounts"));
+ pictures_path = g_get_user_special_dir (G_USER_DIRECTORY_PICTURES);
/* Translators: this should be translated in the context of
* the "Photos from your Online Accounts and Pictures folder
* will appear here." sentence below.
*/
- pictures_path = g_get_user_special_dir (G_USER_DIRECTORY_PICTURES);
pictures_path_href = g_strdup_printf ("<a href=\"file://%s\">%s</a>", pictures_path, _("Pictures
folder"));
/* Translators: the first %s here is "Online Accounts" and the
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]