You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Panel.qml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -679,7 +679,7 @@ Item {
679
679
ColumnLayout {
680
680
spacing:1
681
681
Text { text:"PhotoDock"; color:Color.foreground; font.pixelSize:24; font.weight:Font.DemiBold }
682
-
Text { text:"Omarchy image-file viewer and safe photo ingest"; color:Color.muted; font.pixelSize:12 }
682
+
Text { text:"Photo viewer for Omarchy · Safe photo ingest"; color:Color.muted; font.pixelSize:12 }
683
683
}
684
684
Item { Layout.fillWidth:true }
685
685
Controls.Button {
@@ -780,38 +780,38 @@ Item {
780
780
spacing:7
781
781
Text {
782
782
Layout.fillWidth:true
783
-
text:"Bring your photos in safely."
783
+
text:"View photos on Omarchy."
784
784
color:Color.foreground
785
785
font.pixelSize:18
786
786
font.weight:Font.DemiBold
787
787
wrapMode:Text.WordWrap
788
788
}
789
789
Text {
790
790
Layout.fillWidth:true
791
-
text:"Insert an SD card, CFexpress card, supported USB mass-storage camera, or card reader. PhotoDock will review the source before anything is copied."
791
+
text:"Choose a photo folder, or insert an SD card, CFexpress card, supported USB mass-storage camera, or card reader. Browse photos before deciding what to import."
792
792
color:Color.muted
793
793
wrapMode:Text.WordWrap
794
794
}
795
795
Text {
796
796
Layout.fillWidth:true
797
-
text:root.sourceBusy?"Reviewing source media…":"Waiting for camera media…"
797
+
text:root.sourceBusy?"Loading photos…":"Waiting for photos or camera media…"
798
798
color:Color.accent
799
799
font.weight:Font.DemiBold
800
800
}
801
801
RowLayout {
802
802
Layout.fillWidth:true
803
803
Controls.Button {
804
804
id: emptySourceButton
805
-
text:"Choose Source Folder"
805
+
text:"Choose Photo Folder"
806
806
highlighted:true
807
807
enabled:root.effectiveService&&!root.sourceBusy
808
808
KeyNavigation.backtab: closeButton
809
809
onClicked:root.openDirectoryPicker("source")
810
-
Accessible.name:"Choose a mounted local source folder"
810
+
Accessible.name:"Choose a mounted local photo folder to view"
811
811
}
812
812
Text {
813
813
Layout.fillWidth:true
814
-
text:"You can also import from a mounted local folder."
0 commit comments