From 9f976e0bfb4caf36201cb8e58becd500b709e171 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 10 Jan 2021 12:43:02 +0100 Subject: [PATCH] po: use "YouTube" instead of "Youtube". Thanks to kingu for the suggestion --- THEMES.md | 8 ++++---- data/themes/default/base.edc | 2 +- po/de.po | 2 +- po/es.po | 2 +- src/bin/about.c | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/THEMES.md b/THEMES.md index 11686b1e..630bfee2 100644 --- a/THEMES.md +++ b/THEMES.md @@ -88,10 +88,10 @@ It reacts to the following signals: ## Special parts ### Part `youtube.txt` -A text part used to hold `Youtube channel` when the About is shown. +A text part used to hold `YouTube channel` when the About is shown. ### Part `twitter.txt` -A text part used to hold `Youtube channel` when the About is shown. +A text part used to hold `YouTube channel` when the About is shown. ## Signals emitted @@ -102,10 +102,10 @@ When the Twitter link on the About page is clicked. When the Twitter link on the About page is right-clicked. ### Signal `about,youtube` -When the Youtube link on the About page is clicked. +When the YouTube link on the About page is clicked. ### Signal `about,youtube,ctx` -When the Youtube link on the About page is right-clicked. +When the YouTube link on the About page is right-clicked. ### Signal `optdetails,hide,done` When the swallowed part `terminology.optdetails` is finally hidden. diff --git a/data/themes/default/base.edc b/data/themes/default/base.edc index b1b848b7..efeeab07 100644 --- a/data/themes/default/base.edc +++ b/data/themes/default/base.edc @@ -418,7 +418,7 @@ group { name: "terminology/base"; color3: 136 255 136 8; text { font: "Sans"; size: 11; - text: "Youtube channel"; + text: "YouTube channel"; align: 0.0 0.5; min: 1 1; } diff --git a/po/de.po b/po/de.po index 88643bf5..386a4d9e 100644 --- a/po/de.po +++ b/po/de.po @@ -37,7 +37,7 @@ msgid "Twitter: @_Terminology_" msgstr "Twitter: @_Terminology_" #: src/bin/about.c:275 -msgid "Youtube channel" +msgid "YouTube channel" msgstr "YouTube-Kanal" #: src/bin/about.c:289 diff --git a/po/es.po b/po/es.po index a0cf9675..06923417 100644 --- a/po/es.po +++ b/po/es.po @@ -35,7 +35,7 @@ msgid "Twitter: @_Terminology_" msgstr "Twitter: @_Terminology_" #: src/bin/about.c:275 -msgid "Youtube channel" +msgid "YouTube channel" msgstr "Canal de YouTube" #: src/bin/about.c:289 diff --git a/src/bin/about.c b/src/bin/about.c index 787e7fd6..14959e76 100644 --- a/src/bin/about.c +++ b/src/bin/about.c @@ -141,7 +141,7 @@ _cb_twitter_ctx(void *data, _cb_ctxpopup_del, ctx); } /* }}} */ -/* Youtube {{{ */ +/* YouTube {{{ */ static void _cb_ctxpopup_copy_youtube(void *data, @@ -272,7 +272,7 @@ about_show(Evas_Object *win, Evas_Object *base, Evas_Object *term, elm_object_part_text_set(base, "twitter.txt", _("Twitter: @_Terminology_")); elm_object_part_text_set(base, "youtube.txt", - _("Youtube channel")); + _("YouTube channel")); ctx->layout = o = elm_layout_add(win); if (elm_layout_file_set(o, config_theme_path_get(config),