diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-27 14:35:15 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-27 14:35:15 +0100 |
commit | b81581a2e82197325789cb451d5e679e3291278e (patch) | |
tree | 7e596c552e66edc475e6715e2660519609b2519d | |
parent | 3a44ae798e7bdfb692965f562a75383c486913e7 (diff) | |
download | abrt-b81581a2e82197325789cb451d5e679e3291278e.tar.gz abrt-b81581a2e82197325789cb451d5e679e3291278e.tar.xz abrt-b81581a2e82197325789cb451d5e679e3291278e.zip |
typo fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | src/Gui/settings_wizard.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/settings_wizard.glade b/src/Gui/settings_wizard.glade index 2af5d77..feab435 100644 --- a/src/Gui/settings_wizard.glade +++ b/src/Gui/settings_wizard.glade @@ -19,7 +19,7 @@ <child> <object class="GtkLabel" id="lWrongSettingsWarning"> <property name="visible">True</property> - <property name="label" translatable="yes"><b>WARNING:</b> Wrong settings detected for some of the enabled reporter plugins, please use the buttons bellow to open respective configuration and fix it before you proceed, otherwise the reporting process can fail. + <property name="label" translatable="yes"><b>WARNING:</b> Wrong settings detected for some of the enabled reporter plugins, please use the buttons below to open respective configuration and fix it before you proceed, otherwise the reporting process can fail. </property> <property name="use_markup">True</property> <property name="wrap">True</property> |