diff options
author | Darrell Anderson <[email protected]> | 2012-08-08 17:19:54 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-08-08 17:19:54 -0500 |
commit | 1cdd98ab339576133adafa6b376bc799e46c8e4a (patch) | |
tree | 394c920d94edfd0646af017927c37424f9ae719c /src/main.cpp | |
parent | 730967a47c613190f42c094007fabea30f24348e (diff) | |
download | k3b-1cdd98ab339576133adafa6b376bc799e46c8e4a.tar.gz k3b-1cdd98ab339576133adafa6b376bc799e46c8e4a.zip |
Nominal branding updates to support k3b-i18n.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index c19e714..8de9317 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -70,7 +70,7 @@ static KCmdLineOptions options[] = { "nosplash", I18N_NOOP("Disable the splash screen"), 0 }, { "ao <method>", I18N_NOOP("Set the audio output method (like arts or alsa depending on the installed plugins)"), 0 }, { "device <device>", I18N_NOOP( "Set the device to be used for new projects (This option has no effect. " - "Its main purpose is to enable handling of empty media from the KDE Media Manager)." ), 0 }, + "Its main purpose is to enable handling of empty media from the TDE Media Manager)." ), 0 }, KCmdLineLastOption }; |