Skip to content

Commit 44438de

Browse files
Fix typo
1 parent fdc7da2 commit 44438de

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+110
-110
lines changed

Flow.Launcher.Core/Configuration/Portable.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void DisablePortableMode()
4747
}
4848
catch (Exception e)
4949
{
50-
Log.Exception("|Portable.DisablePortableMode|Error occured while disabling portable mode", e);
50+
Log.Exception("|Portable.DisablePortableMode|Error occurred while disabling portable mode", e);
5151
}
5252
}
5353

@@ -71,7 +71,7 @@ public void EnablePortableMode()
7171
}
7272
catch (Exception e)
7373
{
74-
Log.Exception("|Portable.EnablePortableMode|Error occured while enabling portable mode", e);
74+
Log.Exception("|Portable.EnablePortableMode|Error occurred while enabling portable mode", e);
7575
}
7676
}
7777

@@ -187,7 +187,7 @@ public bool CanUpdatePortability()
187187
if (roamingLocationExists && portableLocationExists)
188188
{
189189
MessageBox.Show(string.Format("Flow Launcher detected your user data exists both in {0} and " +
190-
"{1}. {2}{2}Please delete {1} in order to proceed. No changes have occured.",
190+
"{1}. {2}{2}Please delete {1} in order to proceed. No changes have occurred.",
191191
DataLocation.PortableDataPath, DataLocation.RoamingDataPath, Environment.NewLine));
192192

193193
return false;

Flow.Launcher.Plugin/Result.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ public record PreviewInfo
242242
/// </summary>
243243
public string PreviewImagePath { get; set; }
244244
/// <summary>
245-
/// Determines if the preview image should occupy the full width of the preveiw panel.
245+
/// Determines if the preview image should occupy the full width of the preview panel.
246246
/// </summary>
247247
public bool IsMedia { get; set; }
248248
public string Description { get; set; }

Flow.Launcher/Languages/da.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Setting About -->
202202
<system:String x:Key="about">Om</system:String>
203203
<system:String x:Key="website">Website</system:String>
204-
<system:String x:Key="github">Github</system:String>
204+
<system:String x:Key="github">GitHub</system:String>
205205
<system:String x:Key="docs">Docs</system:String>
206206
<system:String x:Key="version">Version</system:String>
207207
<system:String x:Key="icons">Icons</system:String>
@@ -262,7 +262,7 @@
262262

263263
<!-- Custom Query Hotkey Dialog -->
264264
<system:String x:Key="customeQueryHotkeyTitle">Tilpasset søgegenvejstast</system:String>
265-
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
265+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
266266
<system:String x:Key="preview">Vis</system:String>
267267
<system:String x:Key="hotkeyIsNotUnavailable">Genvejstast er utilgængelig, vælg venligst en ny genvejstast</system:String>
268268
<system:String x:Key="invalidPluginHotkey">Ugyldig plugin genvejstast</system:String>
@@ -336,7 +336,7 @@
336336
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
337337
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
338338
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
339-
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
339+
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
340340
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
341341
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
342342
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>

Flow.Launcher/Languages/de.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Setting About -->
202202
<system:String x:Key="about">Über</system:String>
203203
<system:String x:Key="website">Webseite</system:String>
204-
<system:String x:Key="github">Github</system:String>
204+
<system:String x:Key="github">GitHub</system:String>
205205
<system:String x:Key="docs">Dokumentation</system:String>
206206
<system:String x:Key="version">Version</system:String>
207207
<system:String x:Key="icons">Icons</system:String>
@@ -262,7 +262,7 @@
262262

263263
<!-- Custom Query Hotkey Dialog -->
264264
<system:String x:Key="customeQueryHotkeyTitle">Benutzerdefinierte Abfrage Tastenkombination</system:String>
265-
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
265+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
266266
<system:String x:Key="preview">Vorschau</system:String>
267267
<system:String x:Key="hotkeyIsNotUnavailable">Tastenkombination ist nicht verfügbar, bitte wähle eine andere Tastenkombination</system:String>
268268
<system:String x:Key="invalidPluginHotkey">Ungültige Plugin Tastenkombination</system:String>
@@ -336,7 +336,7 @@
336336
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
337337
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
338338
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
339-
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
339+
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
340340
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
341341
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
342342
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>

Flow.Launcher/Languages/en.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<!-- Setting About -->
204204
<system:String x:Key="about">About</system:String>
205205
<system:String x:Key="website">Website</system:String>
206-
<system:String x:Key="github">Github</system:String>
206+
<system:String x:Key="github">GitHub</system:String>
207207
<system:String x:Key="docs">Docs</system:String>
208208
<system:String x:Key="version">Version</system:String>
209209
<system:String x:Key="icons">Icons</system:String>
@@ -264,7 +264,7 @@
264264

265265
<!-- Custom Query Hotkey Dialog -->
266266
<system:String x:Key="customeQueryHotkeyTitle">Custom Query Hotkey</system:String>
267-
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
267+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
268268
<system:String x:Key="preview">Preview</system:String>
269269
<system:String x:Key="hotkeyIsNotUnavailable">Hotkey is unavailable, please select a new hotkey</system:String>
270270
<system:String x:Key="invalidPluginHotkey">Invalid plugin hotkey</system:String>
@@ -338,7 +338,7 @@
338338
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
339339
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
340340
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
341-
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
341+
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
342342
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
343343
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
344344
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>

Flow.Launcher/Languages/es.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262

263263
<!-- Custom Query Hotkey Dialog -->
264264
<system:String x:Key="customeQueryHotkeyTitle">Atajo de teclado de consulta personalizada</system:String>
265-
<system:String x:Key="customeQueryHotkeyTips">Pulse el atajo de teclado personalizado para abrir Flow Laucher y realizar automáticamente la consulta especificada.</system:String>
265+
<system:String x:Key="customeQueryHotkeyTips">Pulse el atajo de teclado personalizado para abrir Flow Launcher y realizar automáticamente la consulta especificada.</system:String>
266266
<system:String x:Key="preview">Vista previa</system:String>
267267
<system:String x:Key="hotkeyIsNotUnavailable">El atajo de teclado no está disponible, por favor seleccione uno nuevo</system:String>
268268
<system:String x:Key="invalidPluginHotkey">Atajo de teclado de complemento no válido</system:String>

Flow.Launcher/Languages/fr.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Setting About -->
202202
<system:String x:Key="about">À propos</system:String>
203203
<system:String x:Key="website">Website</system:String>
204-
<system:String x:Key="github">Github</system:String>
204+
<system:String x:Key="github">GitHub</system:String>
205205
<system:String x:Key="docs">Docs</system:String>
206206
<system:String x:Key="version">Version</system:String>
207207
<system:String x:Key="icons">Icons</system:String>
@@ -261,7 +261,7 @@
261261

262262
<!-- Custom Query Hotkey Dialog -->
263263
<system:String x:Key="customeQueryHotkeyTitle">Requêtes personnalisées</system:String>
264-
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
264+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
265265
<system:String x:Key="preview">Prévisualiser</system:String>
266266
<system:String x:Key="hotkeyIsNotUnavailable">Raccourci indisponible. Veuillez en choisir un autre.</system:String>
267267
<system:String x:Key="invalidPluginHotkey">Raccourci invalide</system:String>
@@ -335,7 +335,7 @@
335335
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
336336
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
337337
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
338-
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
338+
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
339339
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
340340
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
341341
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>

Flow.Launcher/Languages/it.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Setting About -->
202202
<system:String x:Key="about">Informazioni</system:String>
203203
<system:String x:Key="website">Sito web</system:String>
204-
<system:String x:Key="github">Github</system:String>
204+
<system:String x:Key="github">GitHub</system:String>
205205
<system:String x:Key="docs">Documentazione</system:String>
206206
<system:String x:Key="version">Versione</system:String>
207207
<system:String x:Key="icons">Icons</system:String>
@@ -262,7 +262,7 @@
262262

263263
<!-- Custom Query Hotkey Dialog -->
264264
<system:String x:Key="customeQueryHotkeyTitle">Tasti scelta rapida per ricerche personalizzate</system:String>
265-
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
265+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
266266
<system:String x:Key="preview">Anteprima</system:String>
267267
<system:String x:Key="hotkeyIsNotUnavailable">Tasto di scelta rapida non disponibile, per favore scegli un nuovo tasto di scelta rapida</system:String>
268268
<system:String x:Key="invalidPluginHotkey">Tasto di scelta rapida plugin non valido</system:String>

Flow.Launcher/Languages/ja.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Setting About -->
202202
<system:String x:Key="about">Flow Launcherについて</system:String>
203203
<system:String x:Key="website">ウェブサイト</system:String>
204-
<system:String x:Key="github">Github</system:String>
204+
<system:String x:Key="github">GitHub</system:String>
205205
<system:String x:Key="docs">Docs</system:String>
206206
<system:String x:Key="version">バージョン</system:String>
207207
<system:String x:Key="icons">Icons</system:String>
@@ -262,7 +262,7 @@
262262

263263
<!-- Custom Query Hotkey Dialog -->
264264
<system:String x:Key="customeQueryHotkeyTitle"></system:String>
265-
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
265+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
266266
<system:String x:Key="preview">プレビュー</system:String>
267267
<system:String x:Key="hotkeyIsNotUnavailable">ホットキーは使用できません。新しいホットキーを選択してください</system:String>
268268
<system:String x:Key="invalidPluginHotkey">プラグインホットキーは無効です</system:String>
@@ -336,7 +336,7 @@
336336
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
337337
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
338338
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
339-
<system:String x:Key="HotkeyCtrlEnterDesc">Open Contaning Folder</system:String>
339+
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
340340
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin</system:String>
341341
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
342342
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>

Flow.Launcher/Languages/ko.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
<!-- Setting About -->
202202
<system:String x:Key="about">정보</system:String>
203203
<system:String x:Key="website">웹사이트</system:String>
204-
<system:String x:Key="github">Github</system:String>
204+
<system:String x:Key="github">GitHub</system:String>
205205
<system:String x:Key="docs">문서</system:String>
206206
<system:String x:Key="version">버전</system:String>
207207
<system:String x:Key="icons">아이콘</system:String>
@@ -262,7 +262,7 @@
262262

263263
<!-- Custom Query Hotkey Dialog -->
264264
<system:String x:Key="customeQueryHotkeyTitle">사용자지정 쿼리 단축키</system:String>
265-
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Laucher and input the specified query automatically.</system:String>
265+
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
266266
<system:String x:Key="preview">미리보기</system:String>
267267
<system:String x:Key="hotkeyIsNotUnavailable">단축키를 사용할 수 없습니다. 다른 단축키를 입력하세요.</system:String>
268268
<system:String x:Key="invalidPluginHotkey">플러그인 단축키가 유효하지 않습니다.</system:String>

0 commit comments

Comments
 (0)