diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-11-27 12:29:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-11-27 12:33:38 +0900 |
| commit | 8dc1e819f7c0ec072309cc6ac9bf193a4d6e7582 (patch) | |
| tree | 246f6f656b461f06dfeb3070c69e5f63f6ccf45c /src | |
| parent | b774cb4908f9be09d6a1a074a4c3d6f57e57fcb5 (diff) | |
| download | dolphin-8dc1e819f7c0ec072309cc6ac9bf193a4d6e7582.tar.gz dolphin-8dc1e819f7c0ec072309cc6ac9bf193a4d6e7582.zip | |
Fixed D3lphin --> Dolphin in GUI. This resolves issue #10.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 689a592ceb3abd9752e5e3bb4ad59c2f4c305358)
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinsettingsdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinsettingsdialog.cpp b/src/dolphinsettingsdialog.cpp index 04f87a3..96b8548 100644 --- a/src/dolphinsettingsdialog.cpp +++ b/src/dolphinsettingsdialog.cpp @@ -27,7 +27,7 @@ #include "dolphin.h" DolphinSettingsDialog::DolphinSettingsDialog() : - KDialogBase(IconList, i18n("D3lphin Preferences"), + KDialogBase(IconList, i18n("Dolphin Preferences"), Ok|Apply|Cancel, Ok) { TDEIconLoader iconLoader; |
