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

terminology-1.9
Boris Faure 3 years ago
parent f7d509a95f
commit 9f976e0bfb
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
  1. 8
      THEMES.md
  2. 2
      data/themes/default/base.edc
  3. 2
      po/de.po
  4. 2
      po/es.po
  5. 4
      src/bin/about.c

@ -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.

@ -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;
}

@ -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

@ -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

@ -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),

Loading…
Cancel
Save