forked from mia/Aegisub
Fixed bug in Spanish translation, with V key not working.
Made the Hotkeys dialog center properly on screen. Originally committed to SVN as r495.
This commit is contained in:
parent
64705ec29a
commit
eabdc01066
3 changed files with 4 additions and 3 deletions
|
@ -89,6 +89,7 @@ DialogHotkeys::DialogHotkeys(FrameMain *_parent)
|
||||||
MainSizer->Add(ButtonSizer,0,wxALL|wxEXPAND,5);
|
MainSizer->Add(ButtonSizer,0,wxALL|wxEXPAND,5);
|
||||||
MainSizer->SetSizeHints(this);
|
MainSizer->SetSizeHints(this);
|
||||||
SetSizer(MainSizer);
|
SetSizer(MainSizer);
|
||||||
|
CenterOnParent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
|
@ -2,8 +2,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Aegisub\n"
|
"Project-Id-Version: Aegisub\n"
|
||||||
"POT-Creation-Date: \n"
|
"POT-Creation-Date: \n"
|
||||||
"PO-Revision-Date: 2006-04-02 04:17-0000\n"
|
"PO-Revision-Date: 2006-07-16 16:45+0100\n"
|
||||||
"Last-Translator: <<NeSuKuN>> <nesukun@gmail.com>\n"
|
"Last-Translator: Niels Martin Hansen <jiifurusu@gmail.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
|
@ -1856,7 +1856,7 @@ msgstr "Copiar subtítulos"
|
||||||
|
|
||||||
#: frame_main.cpp:246
|
#: frame_main.cpp:246
|
||||||
msgid "Paste...\t"
|
msgid "Paste...\t"
|
||||||
msgstr "Pegar...\tt"
|
msgstr "Pegar...\t"
|
||||||
|
|
||||||
#: frame_main.cpp:246
|
#: frame_main.cpp:246
|
||||||
msgid "Paste subtitles"
|
msgid "Paste subtitles"
|
||||||
|
|
Loading…
Reference in a new issue