Skip to content

Commit 6090f54

Browse files
committed
fix typos
1 parent f711df8 commit 6090f54

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/plugin/Database.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ local DataBase = {
257257
{Command='ZoomOutSmallStep',Type='button',Translation=LOC('$$$/AgApplication/Menu/Window/SecondMonitor/ZoomOut=Zoom Out')..' '..LOC('$$$/ImportView/Less=Less'),Group=view,Explanation=''},
258258
{Command='ZoomOutLargeStep',Type='button',Translation=LOC('$$$/AgApplication/Menu/Window/SecondMonitor/ZoomOut=Zoom Out'),Group=view,Explanation=''},
259259
{Command='ZoomTo100',Type='button',Experimental=true,Translation=LOC('$$$/AgLibrary/Menu/View/ZoomTo100=Zoom to 100%'),Group=view,Explanation=''},
260-
{Command='ShowSlideShow',Type=button,Translation=LOC('$$$/AgDevelopShortcuts/Show_selected_images_in_a_slideshow=Enter Impromptu Slideshow mode'),Group=view,Explanation='Shows the current selected photos in a slideshow based on the current Slideshow module settings. Press button to start. Press again to exit slideshow.'},
260+
{Command='ShowSlideShow',Type='button',Translation=LOC('$$$/AgDevelopShortcuts/Show_selected_images_in_a_slideshow=Enter Impromptu Slideshow mode'),Group=view,Explanation='Shows the current selected photos in a slideshow based on the current Slideshow module settings. Press button to start. Press again to exit slideshow.'},
261261
--rating
262262
{Command='SetRating0',Type='button',Translation=LOC('$$$/AgLibrary/Filter/Stars=^1 Stars','0'),Group=rating,Explanation=''},
263263
{Command='SetRating1',Type='button',Translation=LOC('$$$/$$$/AgLibrary/Filter/BrowserCriteria/Rating/Singular=1 star'),Group=rating,Explanation=''},
@@ -711,11 +711,11 @@ local DataBase = {
711711
--develop: lens blur panel
712712
--
713713
{Command='RevealPanelLensBlur',Type='button',Translation=LOC('$$$/MIDI2LR/Database/Show1=Show ^1',lensBlur),Group=lensBlur,Explanation='Open Lens Blur Panel in Develop Module.'},
714-
{Command='LensBlurActive',Type=button,Translation=LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/Active=Apply Lens Blur'),Group=lensBlur,Explanation='Activate/deactivate lens blur',Panel='lensBlurPanel'},
714+
{Command='LensBlurActive',Type='button',Translation=LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/Active=Apply Lens Blur'),Group=lensBlur,Explanation='Activate/deactivate lens blur',Panel='lensBlurPanel'},
715715
{Command='LensBlurAmount', Type='parameter',Translation=LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/Amount=Lens Blur Amount'),Group=lensBlur,Explanation='Adjust the strength of the blur effect',Panel='lensBlurPanel',AltParameter='Direct'},
716716
{Command='LensBlurHighlightsBoost',Type='parameter',Translation=LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/HighlightsBoost=Highlights Boost'),Group=lensBlur,Explanation='Adjust the brightness of out-of-focus light sources',Panel='lensBlurPanel',AltParameter='Direct'},
717-
{Command='ResetLensBlurAmount',Type=button,Translation=LOC('$$$/AgDevelop/Localized/ResetTitle=Reset ^1',LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/Amount=Lens Blur Amount')),Group=lensBlur,Explanation='Reset to default.',Panel='lensBlurPanel'},
718-
{Command='ResetLensBlurHighlightsBoost',Type=button,Translation=LOC('$$$/AgDevelop/Localized/ResetTitle=Reset ^1',LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/HighlightsBoost=Highlights Boost')),Group=lensBlur,Explanation='Reset to default.',Panel='lensBlurPanel'},
717+
{Command='ResetLensBlurAmount',Type='button',Translation=LOC('$$$/AgDevelop/Localized/ResetTitle=Reset ^1',LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/Amount=Lens Blur Amount')),Group=lensBlur,Explanation='Reset to default.',Panel='lensBlurPanel'},
718+
{Command='ResetLensBlurHighlightsBoost',Type='button',Translation=LOC('$$$/AgDevelop/Localized/ResetTitle=Reset ^1',LOC('$$$/AgCameraRawNamedSettings/CameraRawSettingMapping/LensBlur/HighlightsBoost=Highlights Boost')),Group=lensBlur,Explanation='Reset to default.',Panel='lensBlurPanel'},
719719
{Command='BokehAnamorphic',Type='button',Translation=LOC('$$$/AgDevelop/LensBlur/Bokeh/Anamorphic=Anamorphic'),Group=lensBlur,Explanation='Oval/Anamorphic: Commonly seen with lenses used in filmmaking',Panel='lensBlurPanel'},
720720
{Command='BokehBlade',Type='button',Translation=LOC('$$$/AgDevelop/LensBlur/Bokeh/Blade=5-Blade'),Group=lensBlur,Explanation='5-Blade: Commonly seen in vintage lenses',Panel='lensBlurPanel'},
721721
{Command='BokehCircle',Type='button',Translation=LOC('$$$/AgDevelop/LensBlur/Bokeh/Circle=Circle'),Group=lensBlur,Explanation='Circle: Modern circular lens',Panel='lensBlurPanel'},

0 commit comments

Comments
 (0)