Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in stop recording message (PT-BR) #1298

Merged
merged 2 commits into from
Sep 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@
<s:String x:Key="S.Recorder.SelectWindow">Clique aqui para selecionar esta janela</s:String>
<s:String x:Key="S.Recorder.SelectScreen">Clique aqui para selecionar este ecrã</s:String>
<s:String x:Key="S.Recorder.EscToCancel">Pressione Esc para cancelar</s:String>
<s:String x:Key="S.Recorder.Splash.Title">Pressione {0} para parar a grvação</s:String>
<s:String x:Key="S.Recorder.Splash.Title">Pressione {0} para parar a gravação</s:String>
<s:String x:Key="S.Recorder.Splash.Subtitle">A janela do gravador será minimizada,&#10;restaure ou pressione {0} para pausar a captura</s:String>

<s:String x:Key="S.Recorder.Discard.Title">Descartar gravação</s:String>
Expand Down
2 changes: 1 addition & 1 deletion ScreenToGif/Resources/Localization/StringResources.pt.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@
<s:String x:Key="S.Recorder.SelectWindow">Clique aqui para selecionar essa janela</s:String>
<s:String x:Key="S.Recorder.SelectScreen">Clique aqui para selecionar essa tela</s:String>
<s:String x:Key="S.Recorder.EscToCancel">Pressione Esc para cancelar</s:String>
<s:String x:Key="S.Recorder.Splash.Title">Pressione {0} para parar a grvação</s:String>
<s:String x:Key="S.Recorder.Splash.Title">Pressione {0} para parar a gravação</s:String>
<s:String x:Key="S.Recorder.Splash.Subtitle">A janela do gravador será minimizada,&#10;restaure ou pressione {0} para pausar a captura</s:String>

<s:String x:Key="S.Recorder.Discard.Title">Descartar gravação</s:String>
Expand Down