I finally updated my Swedish strings for the LXApperance ObConf plugin
and noticed the following strings that I find a bit bad. They assume
that the user is the administrator and this is not always the case. I am
not overly happy with my proposition so suggestions are welcome.
The strings:
"Failed to load the obconf.glade interface file. You have probably
failed to install ObConf properly."
and
"Failed to load an rc.xml. You have probably failed to install Openbox
properly."
The second part of the strings should be worded more clearly and my
propositions are these.
"Failed to load the obconf.glade interface file. ObConf is probably not
installed properly."
and
"Failed to load an rc.xml. Openbox is probably not installed correct."
If no other objections arises I will apply the patch as attached.
--
brother
http://sis.bthstudent.se
diff --git a/src/main.c b/src/main.c
index a97007f..cd5b736 100644
--- a/src/main.c
+++ b/src/main.c
@@ -166,7 +166,7 @@ extern gboolean plugin_load(LXAppearance* app, GtkBuilder* lxappearance_builder)
g_debug(GLADEDIR"/obconf.glade");
if(!gtk_builder_add_from_file(builder, GLADEDIR"/obconf.glade", NULL))
{
- obconf_error(_("Failed to load the obconf.glade interface file. You have probably failed to install ObConf properly."), TRUE);
+ obconf_error(_("Failed to load the obconf.glade interface file. ObConf is probably not installed properly."), TRUE);
exit_with_error = TRUE;
}
gtk_builder_connect_signals(builder, NULL);
@@ -191,7 +191,7 @@ extern gboolean plugin_load(LXAppearance* app, GtkBuilder* lxappearance_builder)
xmlIndentTreeOutput = 1;
if (!parse_load_rc(obc_config_file, &doc, &root)) {
- obconf_error(_("Failed to load an rc.xml. You have probably failed to install Openbox properly."), TRUE);
+ obconf_error(_("Failed to load an rc.xml. Openbox is probably not installed properly."), TRUE);
exit_with_error = TRUE;
}
------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users
worldwide. Take advantage of special opportunities to increase revenue and
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list