mirror of
https://github.com/gryf/wmaker.git
synced 2026-03-11 12:05:48 +01:00
WPrefs: trivial fixes in text strings
Fix a typo in an error message. Remove an inconsistent dot on a button. Adds a missing dot in Expert preferences.
This commit is contained in:
@@ -218,7 +218,7 @@ static void showData(_Panel * panel)
|
||||
goto found_animation_value;
|
||||
}
|
||||
}
|
||||
wwarning(_("animation style \"%s\" is unknow, resetting to \"%s\""),
|
||||
wwarning(_("animation style \"%s\" is unknown, resetting to \"%s\""),
|
||||
str, icon_animation[0].db_value);
|
||||
}
|
||||
/* If we're here, no valid value have been found so we fall-back to the default */
|
||||
|
||||
Reference in New Issue
Block a user