billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=9f976e0bfb4caf36201cb8e58becd500b709e171
commit 9f976e0bfb4caf36201cb8e58becd500b709e171 Author: Boris Faure <bill...@gmail.com> Date: Sun Jan 10 12:43:02 2021 +0100 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 11686b1..630bfee 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 b1b848b..efeeab0 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 88643bf..386a4d9 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 a0cf967..0692341 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 787e7fd..14959e7 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), --