Skip to content

Commit

Permalink
doc: fix spelling of Elektra Initiative
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Raab committed Dec 2, 2017
1 parent fd7fa37 commit 92a7d9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# BSD 3-Clause License

Copyright (c) 2017, [ElektraInitiative](/doc/AUTHORS.md)
Copyright (c) 2017, [Elektra Initiative](/doc/AUTHORS.md)
Some rights reserved.


Expand Down
2 changes: 1 addition & 1 deletion src/tools/qt-gui/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int main (int argc, char * argv[])
translator.load (QString (":/qml/i18n/lang_") + locale + QString (".qm"));
app.installTranslator (&translator);

app.setOrganizationName ("ElektraInitiative");
app.setOrganizationName ("Elektra Initiative");
app.setOrganizationDomain ("libelektra.org");
app.setApplicationName ("org.libelektra.elektra-qt-editor");

Expand Down

0 comments on commit 92a7d9d

Please sign in to comment.