X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fcinelerra%2Floadmode.C;h=80e9585aadcb15a5198511b1662ea38cd918685a;hb=6c0c8bd0e577001d1cc18c6c27d58e62f58a6bff;hp=31aaa872a404b593bbb354f927291c20d30fddce;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/cinelerra/loadmode.C b/cinelerra-5.0/cinelerra/loadmode.C index 31aaa872..80e9585a 100644 --- a/cinelerra-5.0/cinelerra/loadmode.C +++ b/cinelerra-5.0/cinelerra/loadmode.C @@ -39,14 +39,14 @@ static const char *mode_images[] = }; static const char *tooltips[] = { - "Insert nothing", - "Replace current project", - "Replace current project and concatenate tracks", - "Append in new tracks", - "Concatenate to existing tracks", - "Paste at insertion point", - "Create new resources only", - "Nest sequence" + _("Insert nothing"), + _("Replace current project"), + _("Replace current project and concatenate tracks"), + _("Append in new tracks"), + _("Concatenate to existing tracks"), + _("Paste at insertion point"), + _("Create new resources only"), + _("Nest sequence") };