diff options
Diffstat (limited to 'languages/ruby/app_templates/kxt/main.rb')
-rw-r--r-- | languages/ruby/app_templates/kxt/main.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/app_templates/kxt/main.rb b/languages/ruby/app_templates/kxt/main.rb index 930bff4f..5b7d47be 100644 --- a/languages/ruby/app_templates/kxt/main.rb +++ b/languages/ruby/app_templates/kxt/main.rb @@ -9,7 +9,7 @@ require 'settings.rb' require 'appview_base.rb' require '%{APPNAMELC}view.rb' -description = I18N_NOOP("A KDE Application") +description = I18N_NOOP("A TDE Application") version = "%{VERSION}" options = [ [ "+[URL]", I18N_NOOP( "Document to open" ), "" ] ] |