po: use "YouTube" instead of "Youtube". Thanks to kingu for the suggestion

This commit is contained in:
Boris Faure 2021-01-10 12:43:02 +01:00
parent f7d509a95f
commit 9f976e0bfb
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
5 changed files with 9 additions and 9 deletions

View File

@ -88,10 +88,10 @@ It reacts to the following signals:
## Special parts ## Special parts
### Part `youtube.txt` ### 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` ### 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 ## 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. When the Twitter link on the About page is right-clicked.
### Signal `about,youtube` ### 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` ### 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` ### Signal `optdetails,hide,done`
When the swallowed part `terminology.optdetails` is finally hidden. When the swallowed part `terminology.optdetails` is finally hidden.

View File

@ -418,7 +418,7 @@ group { name: "terminology/base";
color3: 136 255 136 8; color3: 136 255 136 8;
text { text {
font: "Sans"; size: 11; font: "Sans"; size: 11;
text: "Youtube channel"; text: "YouTube channel";
align: 0.0 0.5; align: 0.0 0.5;
min: 1 1; min: 1 1;
} }

View File

@ -37,7 +37,7 @@ msgid "Twitter: @_Terminology_"
msgstr "Twitter: @_Terminology_" msgstr "Twitter: @_Terminology_"
#: src/bin/about.c:275 #: src/bin/about.c:275
msgid "Youtube channel" msgid "YouTube channel"
msgstr "YouTube-Kanal" msgstr "YouTube-Kanal"
#: src/bin/about.c:289 #: src/bin/about.c:289

View File

@ -35,7 +35,7 @@ msgid "Twitter: @_Terminology_"
msgstr "Twitter: @_Terminology_" msgstr "Twitter: @_Terminology_"
#: src/bin/about.c:275 #: src/bin/about.c:275
msgid "Youtube channel" msgid "YouTube channel"
msgstr "Canal de YouTube" msgstr "Canal de YouTube"
#: src/bin/about.c:289 #: src/bin/about.c:289

View File

@ -141,7 +141,7 @@ _cb_twitter_ctx(void *data,
_cb_ctxpopup_del, ctx); _cb_ctxpopup_del, ctx);
} }
/* }}} */ /* }}} */
/* Youtube {{{ */ /* YouTube {{{ */
static void static void
_cb_ctxpopup_copy_youtube(void *data, _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", elm_object_part_text_set(base, "twitter.txt",
_("Twitter: @_Terminology_")); _("Twitter: @_Terminology_"));
elm_object_part_text_set(base, "youtube.txt", elm_object_part_text_set(base, "youtube.txt",
_("Youtube channel")); _("YouTube channel"));
ctx->layout = o = elm_layout_add(win); ctx->layout = o = elm_layout_add(win);
if (elm_layout_file_set(o, config_theme_path_get(config), if (elm_layout_file_set(o, config_theme_path_get(config),