Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
intl: merged en strings (thanks ProfYaffle) - 2nd
  • Loading branch information
perexg committed Jun 22, 2015
1 parent d709407 commit 69f4991
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/dvr/dvr_config.c
Expand Up @@ -958,7 +958,7 @@ const idclass_t dvr_config_class = {
{
.type = PT_BOOL,
.id = "omit-title",
.name = N_("Don't Include Title To Filename"),
.name = N_("Don't Include Title In Filename"),
.off = offsetof(dvr_config_t, dvr_omit_title),
.group = 6,
},
Expand Down
12 changes: 6 additions & 6 deletions src/profile.c
Expand Up @@ -998,7 +998,7 @@ const idclass_t profile_mpegts_pass_class =
{
.ic_super = &profile_class,
.ic_class = "profile-mpegts",
.ic_caption = N_("MPEG-TS Pass-thru/build-in"),
.ic_caption = N_("MPEG-TS Pass-thru/built-in"),
.ic_properties = (const property_t[]){
{
.type = PT_BOOL,
Expand Down Expand Up @@ -1099,7 +1099,7 @@ const idclass_t profile_matroska_class =
{
.ic_super = &profile_class,
.ic_class = "profile-matroska",
.ic_caption = N_("Matroska (mkv) /build-in"),
.ic_caption = N_("Matroska (mkv)/built-in"),
.ic_properties = (const property_t[]){
{
.type = PT_BOOL,
Expand Down Expand Up @@ -1184,7 +1184,7 @@ const idclass_t profile_libav_mpegts_class =
{
.ic_super = &profile_class,
.ic_class = "profile-libav-mpegts",
.ic_caption = N_("MPEG-TS /av-lib"),
.ic_caption = N_("MPEG-TS/av-lib"),
.ic_properties = (const property_t[]){
{ }
}
Expand Down Expand Up @@ -1255,7 +1255,7 @@ const idclass_t profile_libav_matroska_class =
{
.ic_super = &profile_class,
.ic_class = "profile-libav-matroska",
.ic_caption = N_("Matroska /av-lib"),
.ic_caption = N_("Matroska/av-lib"),
.ic_properties = (const property_t[]){
{
.type = PT_BOOL,
Expand Down Expand Up @@ -1497,7 +1497,7 @@ const idclass_t profile_transcode_class =
{
.ic_super = &profile_class,
.ic_class = "profile-transcode",
.ic_caption = N_("Transcode /av-lib"),
.ic_caption = N_("Transcode/av-lib"),
.ic_properties = (const property_t[]){
{
.type = PT_INT,
Expand Down Expand Up @@ -1562,7 +1562,7 @@ const idclass_t profile_transcode_class =
{
.type = PT_STR,
.id = "scodec",
.name = N_("Subtitles CODEC"),
.name = N_("Subtitle CODEC"),
.off = offsetof(profile_transcode_t, pro_scodec),
.def.s = "",
.list = profile_class_scodec_list,
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/chconf.js
Expand Up @@ -192,7 +192,7 @@ tvheadend.channel_tab = function(panel, index)
name: 'swap',
builder: function() {
return new Ext.Toolbar.Button({
tooltip: _('Swap the two selected channel\'s numbers'),
tooltip: _('Swap the numbers for the two selected channels'),
iconCls: 'arrow_switch',
text: _('Swap Numbers'),
disabled: false
Expand Down

0 comments on commit 69f4991

Please sign in to comment.