don't translate VLC and fix Gstreamer 1.X option's name

devs/discomfitor/cc
Boris Faure 9 years ago
parent 353f3e27ba
commit 651364b191
  1. 4
      po/fr.po
  2. 4
      po/terminology.pot
  3. 4
      src/bin/options_video.c

@ -586,10 +586,6 @@ msgstr ""
msgid "Automatic"
msgstr ""
#: src/bin/options_video.c:164
msgid "VLC"
msgstr ""
#: src/bin/options_wallpaper.c:101
msgid "None"
msgstr ""

@ -586,10 +586,6 @@ msgstr ""
msgid "Automatic"
msgstr ""
#: src/bin/options_video.c:164
msgid "VLC"
msgstr ""
#: src/bin/options_wallpaper.c:101
msgid "None"
msgstr ""

@ -161,7 +161,7 @@ options_video(Evas_Object *opbox, Evas_Object *term)
o = elm_radio_add(opbox);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, 0.5);
elm_object_text_set(o, _("VLC"));
elm_object_text_set(o, "VLC");
elm_radio_state_value_set(o, 3);
elm_radio_group_add(o, op_vidmod);
elm_box_pack_end(bx0, o);
@ -172,7 +172,7 @@ options_video(Evas_Object *opbox, Evas_Object *term)
o = elm_radio_add(opbox);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(o, EVAS_HINT_FILL, 0.5);
elm_object_text_set(o, "Gstreamer 1.0");
elm_object_text_set(o, "Gstreamer 1.X");
elm_radio_state_value_set(o, 4);
elm_radio_group_add(o, op_vidmod);
elm_box_pack_end(bx0, o);

Loading…
Cancel
Save